#608F92

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

Shades of Half Baked #608F92

Tints of Half Baked #608F92

Color information

#608F92 (or 0x608F92) is unknown color: approx Half Baked. HEX triplet: 60, 8F and 92. RGB value is (96,143,146). Sum of RGB (Red+Green+Blue) = 96+143+146=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #608F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F92 is #9F706D. Grayscale: #818181. Windows color (decimal): -10449006 or 9604960. OLE color: 9604960.

HSL color Cylindrical-coordinate representation of color #608F92: hue angle of 183.6º 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 #608F92 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96143146-
CMYK0.340.0200.43
HSL183.6º20.66%47.45%-
HSV(B)183.6º34.25%57.25%-
XYZ19.8324.2130.82-
YUV129.29137.43104.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=24.94%
G=37.14%
B=37.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961431460.340.0200.43183.620.6647.45
Hex608F9222202Bb8152f
Octal1402172224220532702557
Binary110000010001111100100101000101001010111011100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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