#618788

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

Shades of Half Baked #618788

Tints of Half Baked #618788

Color information

#618788 (or 0x618788) is unknown color: approx Half Baked. HEX triplet: 61, 87 and 88. RGB value is (97,135,136). Sum of RGB (Red+Green+Blue) = 97+135+136=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #618788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618788 is #9E7877. Grayscale: #7B7B7B. Windows color (decimal): -10385528 or 8947553. OLE color: 8947553.

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

Color convert

RGB97135136-
CMYK0.290.0100.47
HSL181.54º16.74%45.69%-
HSV(B)181.54º28.68%53.33%-
XYZ18.0421.6526.52-
YUV123.75134.91108.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=26.36%
G=36.68%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351360.290.0100.47181.5416.7445.69
Hex6187881D102Fb6112e
Octal1412072103510572662156
Binary1100001100001111000100011101101011111011011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618788; }

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

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

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

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

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

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

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

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