Color Hex Logo

#6990cf Color Hex

#6990CF
(105,144,207)
0 Favorites   0 Comments

Color spaces of #6990cf

RGB 105144207
HSL0.600.520.61
HSV217°49°81°
CMYK 0.490.300.00   0.19
XYZ27.061427.454862.9045
Yxy27.45480.23050.2338
Hunter Lab52.39730.4937-34.5012
CIE-Lab59.39303.9633-36.5849

#6990cf color RGB value is (105,144,207).

#6990cf hex color red value is 105, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6990cf hue: 0.60 , saturation: 0.52 and the lightness value of 6990cf is 0.61.

The process color (four color CMYK) of #6990cf color hex is 0.49, 0.30, 0.00, 0.19. Web safe color of #6990cf is #6699cc. Color #6990cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010000 11001111
Octal 151 220 317
Decimal 105 144 207
Hex 69 90 CF

RGB Percentages of Color #6990cf

%23.03
%31.58
%45.39

CMYK Percentages of Color #6990cf

%49
%30
%0
%19

Triadic Colors of #6990cf

#6990cf #cf6990 #90cf69

Analogous Colors of #6990cf

#6990cf #7569cf #69c3cf

Monochromatic Colors of #6990cf

#6990cf

Complementary Color

#6990cf #cfa869

#6990cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6990cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6990cf Color CSS Codes

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

#6990cf Text Font Color

<p style="color:#6990cf">Text here</p>

This sample text font color is #6990cf
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.


#6990cf Background Color

<div style="background-color:#6990cf">
Div content here</div>

This div background color is #6990cf


#6990cf Border Color

<div style="border:3px solid #6990cf">
Div here</div>

This div border color is #6990cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,144,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6990cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6990cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6990cf;
  box-shadow:         1px 1px 3px 2px #6990cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,144,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6990cf


Comments

No comments written yet.

Please login to write comment.