#639393

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

Shades of Half Baked #639393

Tints of Half Baked #639393

Color information

#639393 (or 0x639393) is unknown color: approx Half Baked. HEX triplet: 63, 93 and 93. RGB value is (99,147,147). Sum of RGB (Red+Green+Blue) = 99+147+147=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #639393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639393 is #9C6C6C. Grayscale: #848484. Windows color (decimal): -10251373 or 9671523. OLE color: 9671523.

HSL color Cylindrical-coordinate representation of color #639393: hue angle of 180º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639393 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99147147-
CMYK0.33000.42
HSL180º19.51%48.24%-
HSV(B)180º32.65%57.65%-
XYZ20.8525.6331.45-
YUV132.65136.1104-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=25.19%
G=37.40%
B=37.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471470.33000.4218019.5148.24
Hex63939321002Ab41430
Octal1432232234100522642460
Binary11000111001001110010011100001001010101011010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639393; }

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

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

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

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

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

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

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

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