#635986

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

Shades of Kimberly #635986

Tints of Kimberly #635986

Color information

#635986 (or 0x635986) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 86. RGB value is (99,89,134). Sum of RGB (Red+Green+Blue) = 99+89+134=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #635986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635986 is #9CA679. Grayscale: #606060. Windows color (decimal): -10266234 or 8804707. OLE color: 8804707.

HSL color Cylindrical-coordinate representation of color #635986: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #635986 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9989134-
CMYK0.260.3400.47
HSL253.33º20.18%43.73%-
HSV(B)253.33º33.58%52.55%-
XYZ13.0211.5224.09-
YUV97.12148.81129.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=30.75%
G=27.64%
B=41.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99891340.260.3400.47253.3320.1843.73
Hex6359861A2202Ffd142c
Octal14313120632420573752454
Binary11000111011001100001101101010001001011111111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635986; }

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

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

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

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

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

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

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

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