#60898A

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

Shades of Half Baked #60898A

Tints of Half Baked #60898A

Color information

#60898A (or 0x60898A) is unknown color: approx Half Baked. HEX triplet: 60, 89 and 8A. RGB value is (96,137,138). Sum of RGB (Red+Green+Blue) = 96+137+138=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #60898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60898A is #9F7675. Grayscale: #7C7C7C. Windows color (decimal): -10450550 or 9079136. OLE color: 9079136.

HSL color Cylindrical-coordinate representation of color #60898A: hue angle of 181.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60898A is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96137138-
CMYK0.300.0100.46
HSL181.43º17.95%45.88%-
HSV(B)181.43º30.43%54.12%-
XYZ18.3622.2127.36-
YUV124.85135.42107.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=25.88%
G=36.93%
B=37.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371380.300.0100.46181.4317.9545.88
Hex60898A1E102Eb5122e
Octal1402112123610562652256
Binary1100000100010011000101011110101011101011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60898A; }

 p { color: rgb(96,137,138); }

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

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

 a { background-color: rgb(96,137,138); }

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

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

 span { border-color: rgb(96,137,138); }

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