#638888

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

Shades of Half Baked #638888

Tints of Half Baked #638888

Color information

#638888 (or 0x638888) is unknown color: approx Half Baked. HEX triplet: 63, 88 and 88. RGB value is (99,136,136). Sum of RGB (Red+Green+Blue) = 99+136+136=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #638888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638888 is #9C7777. Grayscale: #7C7C7C. Windows color (decimal): -10254200 or 8947811. OLE color: 8947811.

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

Color convert

RGB99136136-
CMYK0.27000.47
HSL180º15.74%46.08%-
HSV(B)180º27.21%53.33%-
XYZ18.3922.0426.58-
YUV124.94134.24109.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=26.68%
G=36.66%
B=36.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361360.27000.4718015.7446.08
Hex6388881B002Fb4102e
Octal1432102103300572642056
Binary1100011100010001000100011011001011111011010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638888; }

 p { color: rgb(99,136,136); }

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

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

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

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

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

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

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