#608789

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

Shades of Half Baked #608789

Tints of Half Baked #608789

Color information

#608789 (or 0x608789) is unknown color: approx Half Baked. HEX triplet: 60, 87 and 89. RGB value is (96,135,137). Sum of RGB (Red+Green+Blue) = 96+135+137=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #608789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608789 is #9F7876. Grayscale: #7B7B7B. Windows color (decimal): -10451063 or 9013088. OLE color: 9013088.

HSL color Cylindrical-coordinate representation of color #608789: hue angle of 182.93º 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 #608789 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96135137-
CMYK0.300.0100.46
HSL182.93º17.6%45.69%-
HSV(B)182.93º29.93%53.73%-
XYZ1821.6226.89-
YUV123.57135.58108.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=26.09%
G=36.68%
B=37.23%

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
Decimal961351370.300.0100.46182.9317.645.69
Hex6087891E102Eb7122e
Octal1402072113610562672256
Binary1100000100001111000100111110101011101011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608789; }

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

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

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

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

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

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

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

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