#608C92

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

Shades of Half Baked #608C92

Tints of Half Baked #608C92

Color information

#608C92 (or 0x608C92) is unknown color: approx Half Baked. HEX triplet: 60, 8C and 92. RGB value is (96,140,146). Sum of RGB (Red+Green+Blue) = 96+140+146=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #608C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C92 is #9F736D. Grayscale: #7F7F7F. Windows color (decimal): -10449774 or 9604192. OLE color: 9604192.

HSL color Cylindrical-coordinate representation of color #608C92: hue angle of 187.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608C92 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96140146-
CMYK0.340.0400.43
HSL187.2º20.66%47.45%-
HSV(B)187.2º34.25%57.25%-
XYZ19.3923.3230.67-
YUV127.53138.42105.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=25.13%
G=36.65%
B=38.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961401460.340.0400.43187.220.6647.45
Hex608C9222402Bbb152f
Octal1402142224240532732557
Binary1100000100011001001001010001010001010111011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,146); }

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

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

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

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

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

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

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