Color Hex Logo

#606794 Color Hex

#606794
(96,103,148)
0 Favorites   0 Comments

Color spaces of #606794

RGB 96103148
HSL0.640.210.48
HSV232°35°58°
CMYK 0.350.300.00   0.42
XYZ15.019414.325429.9904
Yxy14.32540.25310.2414
Hunter Lab37.84894.5977-20.4855
CIE-Lab44.69608.6971-25.4797

#606794 color RGB value is (96,103,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100111 10010100
Octal 140 147 224
Decimal 96 103 148
Hex 60 67 94

RGB Percentages of Color #606794

%27.67
%29.68
%42.65

CMYK Percentages of Color #606794

%35
%30
%0
%42

Triadic Colors of #606794

#606794 #946067 #679460

Analogous Colors of #606794

#606794 #736094 #608194

Monochromatic Colors of #606794

#606794

Complementary Color

#606794 #948d60

#606794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606794 Color CSS Codes

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

#606794 Text Font Color

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

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


#606794 Background Color

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

This div background color is #606794


#606794 Border Color

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

This div border color is #606794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606794


Comments

No comments written yet.

Please login to write comment.