#635979

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

Shades of Kimberly #635979

Tints of Kimberly #635979

Color information

#635979 (or 0x635979) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 79. RGB value is (99,89,121). Sum of RGB (Red+Green+Blue) = 99+89+121=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #635979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635979 is #9CA686. Grayscale: #5F5F5F. Windows color (decimal): -10266247 or 7952739. OLE color: 7952739.

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

Color convert

RGB9989121-
CMYK0.180.2600.53
HSL258.75º15.24%41.18%-
HSV(B)258.75º26.45%47.45%-
XYZ12.1711.1819.61-
YUV95.64142.31130.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=32.04%
G=28.80%
B=39.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99891210.180.2600.53258.7515.2441.18
Hex635979121A035103f29
Octal14313117122320654031751
Binary110001110110011111001100101101001101011000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635979; }

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

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

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

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

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

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

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

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