#608D93

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

Shades of Half Baked #608D93

Tints of Half Baked #608D93

Color information

#608D93 (or 0x608D93) is unknown color: approx Half Baked. HEX triplet: 60, 8D and 93. RGB value is (96,141,147). Sum of RGB (Red+Green+Blue) = 96+141+147=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #608D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D93 is #9F726C. Grayscale: #808080. Windows color (decimal): -10449517 or 9669984. OLE color: 9669984.

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

Color convert

RGB96141147-
CMYK0.350.0400.42
HSL187.06º20.99%47.65%-
HSV(B)187.06º34.69%57.65%-
XYZ19.6223.6431.13-
YUV128.23138.59105.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=25%
G=36.72%
B=38.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961411470.350.0400.42187.0620.9947.65
Hex608D9323402Abb1530
Octal1402152234340522732560
Binary1100000100011011001001110001110001010101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608D93; }

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

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

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

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

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

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

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

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