#609399

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

Shades of Half Baked #609399

Tints of Half Baked #609399

Color information

#609399 (or 0x609399) is unknown color: approx Half Baked. HEX triplet: 60, 93 and 99. RGB value is (96,147,153). Sum of RGB (Red+Green+Blue) = 96+147+153=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #609399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609399 is #9F6C66. Grayscale: #848484. Windows color (decimal): -10447975 or 10064736. OLE color: 10064736.

HSL color Cylindrical-coordinate representation of color #609399: hue angle of 186.32º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609399 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96147153-
CMYK0.370.0400.4
HSL186.32º22.89%48.82%-
HSV(B)186.32º37.25%60%-
XYZ21.0125.6533.98-
YUV132.44139.6102.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=24.24%
G=37.12%
B=38.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961471530.370.0400.4186.3222.8948.82
Hex609399254028ba1731
Octal1402232314540502722761
Binary1100000100100111001100110010110001010001011101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609399; }

 p { color: rgb(96,147,153); }

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

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

 a { background-color: rgb(96,147,153); }

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

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

 span { border-color: rgb(96,147,153); }

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