#609496

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

Shades of Half Baked #609496

Tints of Half Baked #609496

Color information

#609496 (or 0x609496) is unknown color: approx Half Baked. HEX triplet: 60, 94 and 96. RGB value is (96,148,150). Sum of RGB (Red+Green+Blue) = 96+148+150=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #609496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609496 is #9F6B69. Grayscale: #848484. Windows color (decimal): -10447722 or 9868384. OLE color: 9868384.

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

Color convert

RGB96148150-
CMYK0.360.0100.41
HSL182.22º21.95%48.24%-
HSV(B)182.22º36%58.82%-
XYZ20.9225.8732.74-
YUV132.68137.77101.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=24.37%
G=37.56%
B=38.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961481500.360.0100.41182.2221.9548.24
Hex609496241029b61630
Octal1402242264410512662660
Binary11000001001010010010110100100101010011011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609496; }

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

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

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

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

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

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

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

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