#635A79

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

Shades of Kimberly #635A79

Tints of Kimberly #635A79

Color information

#635A79 (or 0x635A79) is unknown color: approx Kimberly. HEX triplet: 63, 5A and 79. RGB value is (99,90,121). Sum of RGB (Red+Green+Blue) = 99+90+121=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #635A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A79 is #9CA586. Grayscale: #606060. Windows color (decimal): -10265991 or 7952995. OLE color: 7952995.

HSL color Cylindrical-coordinate representation of color #635A79: hue angle of 257.42º 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 #635A79 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9990121-
CMYK0.180.2600.53
HSL257.42º14.69%41.37%-
HSV(B)257.42º25.62%47.45%-
XYZ12.2511.3519.63-
YUV96.22141.98129.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=31.94%
G=29.03%
B=39.03%

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
Decimal99901210.180.2600.53257.4214.6941.37
Hex635A79121A035101f29
Octal14313217122320654011751
Binary110001110110101111001100101101001101011000000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635A79; }

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

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

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

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

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

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

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

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