Color Hex Logo

#606098 Color Hex

#606098
(96,96,152)
0 Favorites   0 Comments

Color spaces of #606098

RGB 9696152
HSL0.670.230.49
HSV240°37°60°
CMYK 0.370.370.00   0.40
XYZ14.674213.119531.4647
Yxy13.11950.24760.2214
Hunter Lab36.22098.9294-26.1501
CIE-Lab42.942814.1672-30.6009

#606098 color RGB value is (96,96,152).

#606098 hex color red value is 96, green value is 96 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #606098 hue: 0.67 , saturation: 0.23 and the lightness value of 606098 is 0.49.

The process color (four color CMYK) of #606098 color hex is 0.37, 0.37, 0.00, 0.40. Web safe color of #606098 is #666699. Color #606098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100000 10011000
Octal 140 140 230
Decimal 96 96 152
Hex 60 60 98

RGB Percentages of Color #606098

%27.91
%27.91
%44.19

CMYK Percentages of Color #606098

%37
%37
%0
%40

Triadic Colors of #606098

#606098 #986060 #609860

Analogous Colors of #606098

#606098 #7c6098 #607c98

Monochromatic Colors of #606098

#606098

Complementary Color

#606098 #989860

#606098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606098 Color CSS Codes

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

#606098 Text Font Color

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

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


#606098 Background Color

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

This div background color is #606098


#606098 Border Color

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

This div border color is #606098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606098


Comments

No comments written yet.

Please login to write comment.