#635682

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

Shades of Kimberly #635682

Tints of Kimberly #635682

Color information

#635682 (or 0x635682) is unknown color: approx Kimberly. HEX triplet: 63, 56 and 82. RGB value is (99,86,130). Sum of RGB (Red+Green+Blue) = 99+86+130=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #635682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635682 is #9CA97D. Grayscale: #5E5E5E. Windows color (decimal): -10267006 or 8541795. OLE color: 8541795.

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

Color convert

RGB9986130-
CMYK0.240.3400.49
HSL257.73º20.37%42.35%-
HSV(B)257.73º33.85%50.98%-
XYZ12.510.9222.57-
YUV94.9147.81130.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=31.43%
G=27.30%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99861300.240.3400.49257.7320.3742.35
Hex6356821822031102142a
Octal14312620230420614022452
Binary110001110101101000001011000100010011000110000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635682; }

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

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

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

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

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

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

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

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