Color Hex Logo

#6da8cc Color Hex

#6DA8CC
(109,168,204)
0 Favorites   0 Comments

Color spaces of #6da8cc

RGB 109168204
HSL0.560.480.61
HSV203°47°80°
CMYK 0.470.180.00   0.20
XYZ31.208435.616162.3565
Yxy35.61610.24160.2757
Hunter Lab59.6792-11.0946-20.1744
CIE-Lab66.2255-9.4772-24.3194

#6da8cc color RGB value is (109,168,204).

#6da8cc hex color red value is 109, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6da8cc hue: 0.56 , saturation: 0.48 and the lightness value of 6da8cc is 0.61.

The process color (four color CMYK) of #6da8cc color hex is 0.47, 0.18, 0.00, 0.20. Web safe color of #6da8cc is #6699cc. Color #6da8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101000 11001100
Octal 155 250 314
Decimal 109 168 204
Hex 6D A8 CC

RGB Percentages of Color #6da8cc

%22.66
%34.93
%42.41

CMYK Percentages of Color #6da8cc

%47
%18
%0
%20

Triadic Colors of #6da8cc

#6da8cc #cc6da8 #a8cc6d

Analogous Colors of #6da8cc

#6da8cc #6d79cc #6dccc1

Monochromatic Colors of #6da8cc

#6da8cc

Complementary Color

#6da8cc #cc916d

#6da8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da8cc Color CSS Codes

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

#6da8cc Text Font Color

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

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


#6da8cc Background Color

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

This div background color is #6da8cc


#6da8cc Border Color

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

This div border color is #6da8cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,168,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6da8cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6da8cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6da8cc;
  box-shadow:         1px 1px 3px 2px #6da8cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,168,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da8cc


Comments

No comments written yet.

Please login to write comment.