Color Hex Logo

#6092ca Color Hex

#6092CA
(96,146,202)
0 Favorites   0 Comments

Color spaces of #6092ca

RGB 96146202
HSL0.590.500.58
HSV212°52°79°
CMYK 0.520.280.00   0.21
XYZ25.763427.308859.7904
Yxy27.30880.22830.2420
Hunter Lab52.2578-3.4497-31.2557
CIE-Lab59.2591-0.8052-34.0203

#6092ca color RGB value is (96,146,202).

#6092ca hex color red value is 96, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6092ca hue: 0.59 , saturation: 0.50 and the lightness value of 6092ca is 0.58.

The process color (four color CMYK) of #6092ca color hex is 0.52, 0.28, 0.00, 0.21. Web safe color of #6092ca is #6699cc. Color #6092ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010010 11001010
Octal 140 222 312
Decimal 96 146 202
Hex 60 92 CA

RGB Percentages of Color #6092ca

%21.62
%32.88
%45.50

CMYK Percentages of Color #6092ca

%52
%28
%0
%21

Triadic Colors of #6092ca

#6092ca #ca6092 #92ca60

Analogous Colors of #6092ca

#6092ca #6360ca #60c7ca

Monochromatic Colors of #6092ca

#6092ca

Complementary Color

#6092ca #ca9860

#6092ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6092ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6092ca Color CSS Codes

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

#6092ca Text Font Color

<p style="color:#6092ca">Text here</p>

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


#6092ca Background Color

<div style="background-color:#6092ca">
Div content here</div>

This div background color is #6092ca


#6092ca Border Color

<div style="border:3px solid #6092ca">
Div here</div>

This div border color is #6092ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,146,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6092ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6092ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6092ca;
  box-shadow:         1px 1px 3px 2px #6092ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,146,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6092ca


Comments

No comments written yet.

Please login to write comment.