#608887

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

Shades of Half Baked #608887

Tints of Half Baked #608887

Color information

#608887 (or 0x608887) is unknown color: approx Half Baked. HEX triplet: 60, 88 and 87. RGB value is (96,136,135). Sum of RGB (Red+Green+Blue) = 96+136+135=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #608887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608887 is #9F7778. Grayscale: #7B7B7B. Windows color (decimal): -10450809 or 8882272. OLE color: 8882272.

HSL color Cylindrical-coordinate representation of color #608887: hue angle of 178.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608887 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB96136135-
CMYK0.2900.010.47
HSL178.5º17.24%45.49%-
HSV(B)178.5º29.41%53.33%-
XYZ1821.8426.19-
YUV123.93134.25108.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=26.16%
G=37.06%
B=36.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361350.2900.010.47178.517.2445.49
Hex6088871D012Fb2112d
Octal1402102073501572622155
Binary1100000100010001000011111101011011111011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608887; }

 p { color: rgb(96,136,135); }

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

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

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

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

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

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

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