#635984

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

Shades of Kimberly #635984

Tints of Kimberly #635984

Color information

#635984 (or 0x635984) is unknown color: approx Kimberly. HEX triplet: 63, 59 and 84. RGB value is (99,89,132). Sum of RGB (Red+Green+Blue) = 99+89+132=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #635984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635984 is #9CA67B. Grayscale: #606060. Windows color (decimal): -10266236 or 8673635. OLE color: 8673635.

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

Color convert

RGB9989132-
CMYK0.250.3300.48
HSL253.95º19.46%43.33%-
HSV(B)253.95º32.58%51.76%-
XYZ12.8811.4623.36-
YUV96.89147.81129.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=30.94%
G=27.81%
B=41.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99891320.250.3300.48253.9519.4643.33
Hex6359841921030fe132b
Octal14313120431410603762353
Binary11000111011001100001001100110000101100001111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635984; }

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

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

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

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

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

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

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

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