Color Hex Logo

#606895 Color Hex

#606895
(96,104,149)
0 Favorites   0 Comments

Color spaces of #606895

RGB 96104149
HSL0.640.220.48
HSV231°36°58°
CMYK 0.360.300.00   0.42
XYZ15.199014.557430.4425
Yxy14.55740.25250.2418
Hunter Lab38.15424.3370-20.5985
CIE-Lab45.02198.3655-25.5684

#606895 color RGB value is (96,104,149).

#606895 hex color red value is 96, green value is 104 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #606895 hue: 0.64 , saturation: 0.22 and the lightness value of 606895 is 0.48.

The process color (four color CMYK) of #606895 color hex is 0.36, 0.30, 0.00, 0.42. Web safe color of #606895 is #666699. Color #606895 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01101000 10010101
Octal 140 150 225
Decimal 96 104 149
Hex 60 68 95

RGB Percentages of Color #606895

%27.51
%29.80
%42.69

CMYK Percentages of Color #606895

%36
%30
%0
%42

Triadic Colors of #606895

#606895 #956068 #689560

Analogous Colors of #606895

#606895 #736095 #608395

Monochromatic Colors of #606895

#606895

Complementary Color

#606895 #958d60

#606895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606895 Color CSS Codes

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

#606895 Text Font Color

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

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


#606895 Background Color

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

This div background color is #606895


#606895 Border Color

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

This div border color is #606895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606895


Comments

No comments written yet.

Please login to write comment.