Color Hex Logo

#6096ca Color Hex

#6096CA
(96,150,202)
0 Favorites   0 Comments

Color spaces of #6096ca

RGB 96150202
HSL0.580.500.58
HSV209°52°79°
CMYK 0.520.260.00   0.21
XYZ26.390928.563859.9995
Yxy28.56380.22960.2485
Hunter Lab53.4451-5.3866-29.1496
CIE-Lab60.3947-3.0941-32.2530

#6096ca color RGB value is (96,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 11001010
Octal 140 226 312
Decimal 96 150 202
Hex 60 96 CA

RGB Percentages of Color #6096ca

%21.43
%33.48
%45.09

CMYK Percentages of Color #6096ca

%52
%26
%0
%21

Triadic Colors of #6096ca

#6096ca #ca6096 #96ca60

Analogous Colors of #6096ca

#6096ca #6061ca #60cac9

Monochromatic Colors of #6096ca

#6096ca

Complementary Color

#6096ca #ca9460

#6096ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6096ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6096ca Color CSS Codes

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

#6096ca Text Font Color

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

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


#6096ca Background Color

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

This div background color is #6096ca


#6096ca Border Color

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

This div border color is #6096ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,150,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 #6096ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6096ca


Comments

No comments written yet.

Please login to write comment.