#60888B

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

Shades of Half Baked #60888B

Tints of Half Baked #60888B

Color information

#60888B (or 0x60888B) is unknown color: approx Half Baked. HEX triplet: 60, 88 and 8B. RGB value is (96,136,139). Sum of RGB (Red+Green+Blue) = 96+136+139=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #60888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60888B is #9F7774. Grayscale: #7C7C7C. Windows color (decimal): -10450805 or 9144416. OLE color: 9144416.

HSL color Cylindrical-coordinate representation of color #60888B: hue angle of 184.19º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60888B is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96136139-
CMYK0.310.0200.45
HSL184.19º18.3%46.08%-
HSV(B)184.19º30.94%54.51%-
XYZ18.2921.9627.7-
YUV124.38136.25107.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=25.88%
G=36.66%
B=37.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961361390.310.0200.45184.1918.346.08
Hex60888B1F202Db8122e
Octal1402102133720552702256
Binary11000001000100010001011111111001011011011100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60888B; }

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

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

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

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

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

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

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

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