Color Hex Logo

#606798 Color Hex

#606798
(96,103,152)
0 Favorites   0 Comments

Color spaces of #606798

RGB 96103152
HSL0.650.230.49
HSV233°37°60°
CMYK 0.370.320.00   0.40
XYZ15.341614.454331.6871
Yxy14.45430.24950.2351
Hunter Lab38.01885.4966-22.8026
CIE-Lab44.87759.8340-27.5758

#606798 color RGB value is (96,103,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 10011000
Octal 140 147 230
Decimal 96 103 152
Hex 60 67 98

RGB Percentages of Color #606798

%27.35
%29.34
%43.30

CMYK Percentages of Color #606798

%37
%32
%0
%40

Triadic Colors of #606798

#606798 #986067 #679860

Analogous Colors of #606798

#606798 #756098 #608398

Monochromatic Colors of #606798

#606798

Complementary Color

#606798 #989160

#606798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606798 Color CSS Codes

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

#606798 Text Font Color

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

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


#606798 Background Color

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

This div background color is #606798


#606798 Border Color

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

This div border color is #606798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606798


Comments

No comments written yet.

Please login to write comment.