Color Hex Logo

#6094ca Color Hex

#6094CA
(96,148,202)
0 Favorites   0 Comments

Color spaces of #6094ca

RGB 96148202
HSL0.580.500.58
HSV211°52°79°
CMYK 0.520.270.00   0.21
XYZ26.074427.930959.8940
Yxy27.93090.22890.2452
Hunter Lab52.8497-4.4206-30.1979
CIE-Lab59.8263-1.9531-33.1369

#6094ca color RGB value is (96,148,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 11001010
Octal 140 224 312
Decimal 96 148 202
Hex 60 94 CA

RGB Percentages of Color #6094ca

%21.52
%33.18
%45.29

CMYK Percentages of Color #6094ca

%52
%27
%0
%21

Triadic Colors of #6094ca

#6094ca #ca6094 #94ca60

Analogous Colors of #6094ca

#6094ca #6160ca #60c9ca

Monochromatic Colors of #6094ca

#6094ca

Complementary Color

#6094ca #ca9660

#6094ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6094ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6094ca Color CSS Codes

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

#6094ca Text Font Color

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

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


#6094ca Background Color

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

This div background color is #6094ca


#6094ca Border Color

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

This div border color is #6094ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6094ca


Comments

No comments written yet.

Please login to write comment.