#635981

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

Shades of Kimberly #635981

Tints of Kimberly #635981

Color information

#635981 (or 0x635981) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 81. RGB value is (99,89,129). Sum of RGB (Red+Green+Blue) = 99+89+129=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #635981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635981 is #9CA67E. Grayscale: #606060. Windows color (decimal): -10266239 or 8477027. OLE color: 8477027.

HSL color Cylindrical-coordinate representation of color #635981: hue angle of 255º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635981 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9989129-
CMYK0.230.3100.49
HSL255º18.35%42.75%-
HSV(B)255º31.01%50.59%-
XYZ12.6811.3822.3-
YUV96.55146.31129.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=31.23%
G=28.08%
B=40.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99891290.230.3100.4925518.3542.75
Hex635981171F031ff122b
Octal14313120127370613772253
Binary1100011101100110000001101111111101100011111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635981; }

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

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

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

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

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

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

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

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