Color Hex Logo

#6ca9ef Color Hex

#6CA9EF
(108,169,239)
0 Favorites   0 Comments

Color spaces of #6ca9ef

RGB 108169239
HSL0.590.800.68
HSV212°55°94°
CMYK 0.550.290.00   0.06
XYZ35.952337.796187.0618
Yxy37.79610.22360.2350
Hunter Lab61.4785-3.2016-40.9276
CIE-Lab67.87010.0947-41.0283

#6ca9ef color RGB value is (108,169,239).

#6ca9ef hex color red value is 108, green value is 169 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6ca9ef hue: 0.59 , saturation: 0.80 and the lightness value of 6ca9ef is 0.68.

The process color (four color CMYK) of #6ca9ef color hex is 0.55, 0.29, 0.00, 0.06. Web safe color of #6ca9ef is #6699ff. Color #6ca9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101001 11101111
Octal 154 251 357
Decimal 108 169 239
Hex 6C A9 EF

RGB Percentages of Color #6ca9ef

%20.93
%32.75
%46.32

CMYK Percentages of Color #6ca9ef

%55
%29
%0
%6

Triadic Colors of #6ca9ef

#6ca9ef #ef6ca9 #a9ef6c

Analogous Colors of #6ca9ef

#6ca9ef #716cef #6cebef

Monochromatic Colors of #6ca9ef

#6ca9ef

Complementary Color

#6ca9ef #efb26c

#6ca9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca9ef Color CSS Codes

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

#6ca9ef Text Font Color

<p style="color:#6ca9ef">Text here</p>

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


#6ca9ef Background Color

<div style="background-color:#6ca9ef">
Div content here</div>

This div background color is #6ca9ef


#6ca9ef Border Color

<div style="border:3px solid #6ca9ef">
Div here</div>

This div border color is #6ca9ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,169,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ca9ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ca9ef;
  -webkit-box-shadow: 1px 1px 3px 2px #6ca9ef;
  box-shadow:         1px 1px 3px 2px #6ca9ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,169,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca9ef


Comments

No comments written yet.

Please login to write comment.