#645679

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

Shades of Kimberly #645679

Tints of Kimberly #645679

Color information

#645679 (or 0x645679) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 79. RGB value is (100,86,121). Sum of RGB (Red+Green+Blue) = 100+86+121=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #645679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645679 is #9BA986. Grayscale: #5E5E5E. Windows color (decimal): -10201479 or 7951972. OLE color: 7951972.

HSL color Cylindrical-coordinate representation of color #645679: hue angle of 264º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645679 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10086121-
CMYK0.170.2900.53
HSL264º16.91%40.59%-
HSV(B)264º28.93%47.45%-
XYZ12.0310.7519.53-
YUV94.18143.14132.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=32.57%
G=28.01%
B=39.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100861210.170.2900.5326416.9140.59
Hex645679111D0351081129
Octal14412617121350654102151
Binary1100100101011011110011000111101011010110000100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645679; }

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

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

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

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

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

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

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

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