#639394

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

Shades of Half Baked #639394

Tints of Half Baked #639394

Color information

#639394 (or 0x639394) is unknown color: approx Half Baked. HEX triplet: 63, 93 and 94. RGB value is (99,147,148). Sum of RGB (Red+Green+Blue) = 99+147+148=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #639394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639394 is #9C6C6B. Grayscale: #848484. Windows color (decimal): -10251372 or 9737059. OLE color: 9737059.

HSL color Cylindrical-coordinate representation of color #639394: hue angle of 181.22º 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 #639394 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB99147148-
CMYK0.330.0100.42
HSL181.22º19.84%48.43%-
HSV(B)181.22º33.11%58.04%-
XYZ20.9225.6631.87-
YUV132.76136.6103.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=25.13%
G=37.31%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471480.330.0100.42181.2219.8448.43
Hex63939421102Ab51430
Octal1432232244110522652460
Binary11000111001001110010100100001101010101011010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639394; }

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

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

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

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

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

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

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

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