#609094

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

Shades of Half Baked #609094

Tints of Half Baked #609094

Color information

#609094 (or 0x609094) is unknown color: approx Half Baked. HEX triplet: 60, 90 and 94. RGB value is (96,144,148). Sum of RGB (Red+Green+Blue) = 96+144+148=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #609094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609094 is #9F6F6B. Grayscale: #828282. Windows color (decimal): -10448748 or 9736288. OLE color: 9736288.

HSL color Cylindrical-coordinate representation of color #609094: hue angle of 184.62º 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 #609094 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96144148-
CMYK0.350.0300.42
HSL184.62º21.31%47.84%-
HSV(B)184.62º35.14%58.04%-
XYZ20.1424.5731.7-
YUV130.1138.1103.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=24.74%
G=37.11%
B=38.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961441480.350.0300.42184.6221.3147.84
Hex60909423302Ab91530
Octal1402202244330522712560
Binary110000010010000100101001000111101010101011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609094; }

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

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

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

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

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

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

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

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