Color Hex Logo

#6892cc Color Hex

#6892CC
(104,146,204)
0 Favorites   0 Comments

Color spaces of #6892cc

RGB 104146204
HSL0.600.500.60
HSV215°49°80°
CMYK 0.490.280.00   0.20
XYZ26.886927.860561.0873
Yxy27.86050.23210.2405
Hunter Lab52.7830-1.4451-31.6698
CIE-Lab59.76251.6618-34.3280

#6892cc color RGB value is (104,146,204).

#6892cc hex color red value is 104, green value is 146 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6892cc hue: 0.60 , saturation: 0.50 and the lightness value of 6892cc is 0.60.

The process color (four color CMYK) of #6892cc color hex is 0.49, 0.28, 0.00, 0.20. Web safe color of #6892cc is #6699cc. Color #6892cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010010 11001100
Octal 150 222 314
Decimal 104 146 204
Hex 68 92 CC

RGB Percentages of Color #6892cc

%22.91
%32.16
%44.93

CMYK Percentages of Color #6892cc

%49
%28
%0
%20

Triadic Colors of #6892cc

#6892cc #cc6892 #92cc68

Analogous Colors of #6892cc

#6892cc #7068cc #68c4cc

Monochromatic Colors of #6892cc

#6892cc

Complementary Color

#6892cc #cca268

#6892cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6892cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6892cc Color CSS Codes

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

#6892cc Text Font Color

<p style="color:#6892cc">Text here</p>

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


#6892cc Background Color

<div style="background-color:#6892cc">
Div content here</div>

This div background color is #6892cc


#6892cc Border Color

<div style="border:3px solid #6892cc">
Div here</div>

This div border color is #6892cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,146,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6892cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6892cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6892cc;
  box-shadow:         1px 1px 3px 2px #6892cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,146,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 #6892cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6892cc

#6892cc Color Palettes


Comments

No comments written yet.

Please login to write comment.