#618889

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

Shades of Half Baked #618889

Tints of Half Baked #618889

Color information

#618889 (or 0x618889) is unknown color: approx Half Baked. HEX triplet: 61, 88 and 89. RGB value is (97,136,137). Sum of RGB (Red+Green+Blue) = 97+136+137=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #618889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618889 is #9E7776. Grayscale: #7C7C7C. Windows color (decimal): -10385271 or 9013345. OLE color: 9013345.

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

Color convert

RGB97136137-
CMYK0.290.0100.46
HSL181.5º17.09%45.88%-
HSV(B)181.5º29.2%53.73%-
XYZ18.2521.9626.94-
YUV124.45135.08108.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=26.22%
G=36.76%
B=37.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971361370.290.0100.46181.517.0945.88
Hex6188891D102Eb5112e
Octal1412102113510562652156
Binary1100001100010001000100111101101011101011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618889; }

 p { color: rgb(97,136,137); }

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

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

 a { background-color: rgb(97,136,137); }

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

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

 span { border-color: rgb(97,136,137); }

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