#609093

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

Shades of Half Baked #609093

Tints of Half Baked #609093

Color information

#609093 (or 0x609093) is unknown color: approx Half Baked. HEX triplet: 60, 90 and 93. RGB value is (96,144,147). Sum of RGB (Red+Green+Blue) = 96+144+147=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #609093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609093 is #9F6F6C. Grayscale: #818181. Windows color (decimal): -10448749 or 9670752. OLE color: 9670752.

HSL color Cylindrical-coordinate representation of color #609093: hue angle of 183.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609093 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96144147-
CMYK0.350.0200.42
HSL183.53º20.99%47.65%-
HSV(B)183.53º34.69%57.65%-
XYZ20.0624.5431.28-
YUV129.99137.6103.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=24.81%
G=37.21%
B=37.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961441470.350.0200.42183.5320.9947.65
Hex60909323202Ab81530
Octal1402202234320522702560
Binary110000010010000100100111000111001010101011100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609093; }

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

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

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

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

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

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

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

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