Color Hex Logo

#6089dc Color Hex

#6089DC
(96,137,220)
0 Favorites   0 Comments

Color spaces of #6089dc

RGB 96137220
HSL0.610.640.62
HSV220°56°86°
CMYK 0.560.380.00   0.14
XYZ26.687825.545471.2343
Yxy25.54540.21620.2069
Hunter Lab50.54255.8036-48.1833
CIE-Lab57.603010.1578-46.7209

#6089dc color RGB value is (96,137,220).

#6089dc hex color red value is 96, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6089dc hue: 0.61 , saturation: 0.64 and the lightness value of 6089dc is 0.62.

The process color (four color CMYK) of #6089dc color hex is 0.56, 0.38, 0.00, 0.14. Web safe color of #6089dc is #6699cc. Color #6089dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 11011100
Octal 140 211 334
Decimal 96 137 220
Hex 60 89 DC

RGB Percentages of Color #6089dc

%21.19
%30.24
%48.57

CMYK Percentages of Color #6089dc

%56
%38
%0
%14

Triadic Colors of #6089dc

#6089dc #dc6089 #89dc60

Analogous Colors of #6089dc

#6089dc #7560dc #60c7dc

Monochromatic Colors of #6089dc

#6089dc

Complementary Color

#6089dc #dcb360

#6089dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6089dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6089dc Color CSS Codes

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

#6089dc Text Font Color

<p style="color:#6089dc">Text here</p>

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


#6089dc Background Color

<div style="background-color:#6089dc">
Div content here</div>

This div background color is #6089dc


#6089dc Border Color

<div style="border:3px solid #6089dc">
Div here</div>

This div border color is #6089dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,137,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6089dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6089dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6089dc;
  box-shadow:         1px 1px 3px 2px #6089dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6089dc


Comments

No comments written yet.

Please login to write comment.