#639396

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

Shades of Half Baked #639396

Tints of Half Baked #639396

Color information

#639396 (or 0x639396) is unknown color: approx Half Baked. HEX triplet: 63, 93 and 96. RGB value is (99,147,150). Sum of RGB (Red+Green+Blue) = 99+147+150=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #639396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639396 is #9C6C69. Grayscale: #848484. Windows color (decimal): -10251370 or 9868131. OLE color: 9868131.

HSL color Cylindrical-coordinate representation of color #639396: hue angle of 183.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639396 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99147150-
CMYK0.340.0200.41
HSL183.53º20.48%48.82%-
HSV(B)183.53º34%58.82%-
XYZ21.0825.7232.71-
YUV132.99137.6103.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=25%
G=37.12%
B=37.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991471500.340.0200.41183.5320.4848.82
Hex639396222029b81431
Octal1432232264220512702461
Binary110001110010011100101101000101001010011011100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639396; }

 p { color: rgb(99,147,150); }

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

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

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

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

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

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

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