#645A79

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

Shades of Kimberly #645A79

Tints of Kimberly #645A79

Color information

#645A79 (or 0x645A79) is unknown color: approx Kimberly. HEX triplet: 64, 5A and 79. RGB value is (100,90,121). Sum of RGB (Red+Green+Blue) = 100+90+121=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #645A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A79 is #9BA586. Grayscale: #606060. Windows color (decimal): -10200455 or 7952996. OLE color: 7952996.

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

Color convert

RGB10090121-
CMYK0.170.2600.53
HSL259.35º14.69%41.37%-
HSV(B)259.35º25.62%47.45%-
XYZ12.3611.419.64-
YUV96.52141.81130.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=32.15%
G=28.94%
B=38.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100901210.170.2600.53259.3514.6941.37
Hex645A79111A035103f29
Octal14413217121320654031751
Binary110010010110101111001100011101001101011000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645A79; }

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

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

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

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

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

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

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

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