Color Hex Logo

#6088cc Color Hex

#6088CC
(96,136,204)
0 Favorites   0 Comments

Color spaces of #6088cc

RGB 96136204
HSL0.600.510.59
HSV218°53°80°
CMYK 0.530.330.00   0.20
XYZ24.527124.454760.5543
Yxy24.45470.22390.2233
Hunter Lab49.45171.9921-37.9853
CIE-Lab56.54025.6531-39.4026

#6088cc color RGB value is (96,136,204).

#6088cc hex color red value is 96, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6088cc hue: 0.60 , saturation: 0.51 and the lightness value of 6088cc is 0.59.

The process color (four color CMYK) of #6088cc color hex is 0.53, 0.33, 0.00, 0.20. Web safe color of #6088cc is #6699cc. Color #6088cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001000 11001100
Octal 140 210 314
Decimal 96 136 204
Hex 60 88 CC

RGB Percentages of Color #6088cc

%22.02
%31.19
%46.79

CMYK Percentages of Color #6088cc

%53
%33
%0
%20

Triadic Colors of #6088cc

#6088cc #cc6088 #88cc60

Analogous Colors of #6088cc

#6088cc #6e60cc #60becc

Monochromatic Colors of #6088cc

#6088cc

Complementary Color

#6088cc #cca460

#6088cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6088cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6088cc Color CSS Codes

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

#6088cc Text Font Color

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

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


#6088cc Background Color

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

This div background color is #6088cc


#6088cc Border Color

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

This div border color is #6088cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6088cc


Comments

No comments written yet.

Please login to write comment.