#635985

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

Shades of Kimberly #635985

Tints of Kimberly #635985

Color information

#635985 (or 0x635985) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 85. RGB value is (99,89,133). Sum of RGB (Red+Green+Blue) = 99+89+133=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #635985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635985 is #9CA67A. Grayscale: #606060. Windows color (decimal): -10266235 or 8739171. OLE color: 8739171.

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

Color convert

RGB9989133-
CMYK0.260.3300.48
HSL253.64º19.82%43.53%-
HSV(B)253.64º33.08%52.16%-
XYZ12.9511.4923.73-
YUV97.01148.31129.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=30.84%
G=27.73%
B=41.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99891330.260.3300.48253.6419.8243.53
Hex6359851A21030fe142c
Octal14313120532410603762454
Binary11000111011001100001011101010000101100001111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635985; }

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

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

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

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

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

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

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

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