Color Hex Logo

#609483 Color Hex

#609483
(96,148,131)
0 Favorites   0 Comments

Color spaces of #609483

RGB 96148131
HSL0.450.210.48
HSV160°35°58°
CMYK 0.350.000.11   0.42
XYZ19.510525.305325.3288
Yxy25.30530.27810.3608
Hunter Lab50.3044-18.80165.3599
CIE-Lab57.3717-21.30843.5001

#609483 color RGB value is (96,148,131).

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

The process color (four color CMYK) of #609483 color hex is 0.35, 0.00, 0.11, 0.42. Web safe color of #609483 is #669999. Color #609483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 10000011
Octal 140 224 203
Decimal 96 148 131
Hex 60 94 83

RGB Percentages of Color #609483

%25.60
%39.47
%34.93

CMYK Percentages of Color #609483

%35
%0
%11
%42

Triadic Colors of #609483

#609483 #836094 #948360

Analogous Colors of #609483

#609483 #608b94 #609469

Monochromatic Colors of #609483

#609483

Complementary Color

#609483 #946071

#609483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609483 Color CSS Codes

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

#609483 Text Font Color

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

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


#609483 Background Color

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

This div background color is #609483


#609483 Border Color

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

This div border color is #609483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609483

#609483 Color Palettes


Comments

No comments written yet.

Please login to write comment.