#609393

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

Shades of Half Baked #609393

Tints of Half Baked #609393

Color information

#609393 (or 0x609393) is unknown color: approx Half Baked. HEX triplet: 60, 93 and 93. RGB value is (96,147,147). Sum of RGB (Red+Green+Blue) = 96+147+147=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #609393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609393 is #9F6C6C. Grayscale: #838383. Windows color (decimal): -10447981 or 9671520. OLE color: 9671520.

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

Color convert

RGB96147147-
CMYK0.35000.42
HSL180º20.99%47.65%-
HSV(B)180º34.69%57.65%-
XYZ20.5225.4631.44-
YUV131.75136.6102.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=24.62%
G=37.69%
B=37.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471470.35000.4218020.9947.65
Hex60939323002Ab41530
Octal1402232234300522642560
Binary11000001001001110010011100011001010101011010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609393; }

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

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

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

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

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

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

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

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