#639395

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

Shades of Half Baked #639395

Tints of Half Baked #639395

Color information

#639395 (or 0x639395) is unknown color: approx Half Baked. HEX triplet: 63, 93 and 95. RGB value is (99,147,149). Sum of RGB (Red+Green+Blue) = 99+147+149=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #639395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639395 is #9C6C6A. Grayscale: #848484. Windows color (decimal): -10251371 or 9802595. OLE color: 9802595.

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

Color convert

RGB99147149-
CMYK0.340.0100.42
HSL182.4º20.16%48.63%-
HSV(B)182.4º33.56%58.43%-
XYZ2125.6932.29-
YUV132.88137.1103.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=25.06%
G=37.22%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471490.340.0100.42182.420.1648.63
Hex63939522102Ab61431
Octal1432232254210522662461
Binary11000111001001110010101100010101010101011011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639395; }

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

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

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

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

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

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

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

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