#635681

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

Shades of Kimberly #635681

Tints of Kimberly #635681

Color information

#635681 (or 0x635681) is unknown color: approx Kimberly. HEX triplet: 63, 56 and 81. RGB value is (99,86,129). Sum of RGB (Red+Green+Blue) = 99+86+129=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #635681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635681 is #9CA97E. Grayscale: #5E5E5E. Windows color (decimal): -10267007 or 8476259. OLE color: 8476259.

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

Color convert

RGB9986129-
CMYK0.230.3300.49
HSL258.14º20%42.16%-
HSV(B)258.14º33.33%50.59%-
XYZ12.4410.8922.22-
YUV94.79147.31131-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=31.53%
G=27.39%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99861290.230.3300.49258.142042.16
Hex6356811721031102142a
Octal14312620127410614022452
Binary110001110101101000000110111100001011000110000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635681; }

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

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

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

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

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

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

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

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