#63597F

Color #63597F Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #63597F

Tints of Kimberly #63597F

Color information

#63597F (or 0x63597F) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 7F. RGB value is (99,89,127). Sum of RGB (Red+Green+Blue) = 99+89+127=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #63597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63597F is #9CA680. Grayscale: #606060. Windows color (decimal): -10266241 or 8345955. OLE color: 8345955.

HSL color Cylindrical-coordinate representation of color #63597F: hue angle of 255.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63597F is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9989127-
CMYK0.220.3000.50
HSL255.79º17.59%42.35%-
HSV(B)255.79º29.92%49.8%-
XYZ12.5511.3321.6-
YUV96.32145.31129.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 127 (50% from 255) = 40.32%
R=31.43%
G=28.25%
B=40.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99891270.220.3000.50255.7917.5942.35
Hex63597F161E032100122a
Octal14313117726360624002252
Binary1100011101100111111111011011110011001010000000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63597F; }

 p { color: rgb(99,89,127); }

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

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

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

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

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

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

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