#609196

Color #609196 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #609196

Tints of Half Baked #609196

Color information

#609196 (or 0x609196) is unknown color: approx Half Baked. HEX triplet: 60, 91 and 96. RGB value is (96,145,150). Sum of RGB (Red+Green+Blue) = 96+145+150=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #609196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609196 is #9F6E69. Grayscale: #828282. Windows color (decimal): -10448490 or 9867616. OLE color: 9867616.

HSL color Cylindrical-coordinate representation of color #609196: hue angle of 185.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609196 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB96145150-
CMYK0.360.0300.41
HSL185.56º21.95%48.24%-
HSV(B)185.56º36%58.82%-
XYZ20.4524.9432.59-
YUV130.92138.77103.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=24.55%
G=37.08%
B=38.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961451500.360.0300.41185.5621.9548.24
Hex609196243029ba1630
Octal1402212264430512722660
Binary110000010010001100101101001001101010011011101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609196; }

 p { color: rgb(96,145,150); }

 H1.HeaderClassName
 {
   color: #609196;
 }
 .AnyTagClassName
 {
   color: #609196;
 }
</style>
background-color css

<style>
 a { background-color: #609196; }

 a { background-color: rgb(96,145,150); }

 div.DivClassName
 {
   background-color: #609196;
 }
 .BgClassName
 {
   background-color: #609196;
 }
</style>
border-color css

<style>
 span { border-color: #609196; }

 span { border-color: rgb(96,145,150); }

 td.TdClassName
 {
   border-color: #609196;
 }
 .TagClassName
 {
   border-color: #609196;
 }
</style>