Color Hex Logo

#6291de Color Hex

#6291DE
(98,145,222)
0 Favorites   0 Comments

Color spaces of #6291de

RGB 98145222
HSL0.600.650.63
HSV217°56°87°
CMYK 0.560.350.00   0.13
XYZ28.347228.121473.0412
Yxy28.12140.21890.2171
Hunter Lab53.02962.6161-44.5433
CIE-Lab59.99836.4834-44.0469

#6291de color RGB value is (98,145,222).

#6291de hex color red value is 98, green value is 145 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6291de hue: 0.60 , saturation: 0.65 and the lightness value of 6291de is 0.63.

The process color (four color CMYK) of #6291de color hex is 0.56, 0.35, 0.00, 0.13. Web safe color of #6291de is #6699cc. Color #6291de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010001 11011110
Octal 142 221 336
Decimal 98 145 222
Hex 62 91 DE

RGB Percentages of Color #6291de

%21.08
%31.18
%47.74

CMYK Percentages of Color #6291de

%56
%35
%0
%13

Triadic Colors of #6291de

#6291de #de6291 #91de62

Analogous Colors of #6291de

#6291de #7162de #62cfde

Monochromatic Colors of #6291de

#6291de

Complementary Color

#6291de #deaf62

#6291de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6291de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6291de Color CSS Codes

.mybgcolor {background-color:#6291de; } 
.myforecolor {color:#6291de; }
.mybordercolor {border:3px solid #6291de; }

#6291de Text Font Color

<p style="color:#6291de">Text here</p>

This sample text font color is #6291de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6291de Background Color

<div style="background-color:#6291de">
Div content here</div>

This div background color is #6291de


#6291de Border Color

<div style="border:3px solid #6291de">
Div here</div>

This div border color is #6291de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,145,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6291de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6291de;
  -webkit-box-shadow: 1px 1px 3px 2px #6291de;
  box-shadow:         1px 1px 3px 2px #6291de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,145,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6291de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6291de;
  -webkit-box-shadow: 1px 1px 3px 2px #6291de;
  box-shadow:         1px 1px 3px 2px #6291de;">
Div content here</div>

This div box has shadow with color #6291de


Comments

No comments written yet.

Please login to write comment.