#645681

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

Shades of Kimberly #645681

Tints of Kimberly #645681

Color information

#645681 (or 0x645681) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 81. RGB value is (100,86,129). Sum of RGB (Red+Green+Blue) = 100+86+129=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #645681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645681 is #9BA97E. Grayscale: #5E5E5E. Windows color (decimal): -10201471 or 8476260. OLE color: 8476260.

HSL color Cylindrical-coordinate representation of color #645681: hue angle of 259.53º 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 #645681 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10086129-
CMYK0.220.3300.49
HSL259.53º20%42.16%-
HSV(B)259.53º33.33%50.59%-
XYZ12.5510.9522.22-
YUV95.09147.14131.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=31.75%
G=27.30%
B=40.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100861290.220.3300.49259.532042.16
Hex6456811621031104142a
Octal14412620126410614042452
Binary110010010101101000000110110100001011000110000010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645681; }

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

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

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

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

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

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

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

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