#635982

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

Shades of Kimberly #635982

Tints of Kimberly #635982

Color information

#635982 (or 0x635982) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 82. RGB value is (99,89,130). Sum of RGB (Red+Green+Blue) = 99+89+130=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #635982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635982 is #9CA67D. Grayscale: #606060. Windows color (decimal): -10266238 or 8542563. OLE color: 8542563.

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

Color convert

RGB9989130-
CMYK0.240.3200.49
HSL254.63º18.72%42.94%-
HSV(B)254.63º31.54%50.98%-
XYZ12.7511.4122.65-
YUV96.66146.81129.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=31.13%
G=27.99%
B=40.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99891300.240.3200.49254.6318.7242.94
Hex6359821820031ff132b
Octal14313120230400613772353
Binary11000111011001100000101100010000001100011111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635982; }

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

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

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

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

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

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

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

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