#609497

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

Shades of Half Baked #609497

Tints of Half Baked #609497

Color information

#609497 (or 0x609497) is unknown color: approx Half Baked. HEX triplet: 60, 94 and 97. RGB value is (96,148,151). Sum of RGB (Red+Green+Blue) = 96+148+151=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #609497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609497 is #9F6B68. Grayscale: #848484. Windows color (decimal): -10447721 or 9933920. OLE color: 9933920.

HSL color Cylindrical-coordinate representation of color #609497: hue angle of 183.27º 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 #609497 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB96148151-
CMYK0.360.0200.41
HSL183.27º22.27%48.43%-
HSV(B)183.27º36.42%59.22%-
XYZ2125.933.17-
YUV132.79138.27101.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=24.30%
G=37.47%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961481510.360.0200.41183.2722.2748.43
Hex609497242029b71630
Octal1402242274420512672660
Binary110000010010100100101111001001001010011011011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609497; }

 p { color: rgb(96,148,151); }

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

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

 a { background-color: rgb(96,148,151); }

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

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

 span { border-color: rgb(96,148,151); }

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