#635684

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

Shades of Kimberly #635684

Tints of Kimberly #635684

Color information

#635684 (or 0x635684) is unknown color: approx Kimberly. HEX triplet: 63, 56 and 84. RGB value is (99,86,132). Sum of RGB (Red+Green+Blue) = 99+86+132=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #635684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635684 is #9CA97B. Grayscale: #5E5E5E. Windows color (decimal): -10267004 or 8672867. OLE color: 8672867.

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

Color convert

RGB9986132-
CMYK0.250.3500.48
HSL256.96º21.1%42.75%-
HSV(B)256.96º34.85%51.76%-
XYZ12.6410.9723.28-
YUV95.13148.81130.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=31.23%
G=27.13%
B=41.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99861320.250.3500.48256.9621.142.75
Hex6356841923030101152b
Octal14312620431430604012553
Binary110001110101101000010011001100011011000010000000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635684; }

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

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

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

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

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

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

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

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