#645B7D

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

Shades of Kimberly #645B7D

Tints of Kimberly #645B7D

Color information

#645B7D (or 0x645B7D) is unknown color: approx Kimberly. HEX triplet: 64, 5B and 7D. RGB value is (100,91,125). Sum of RGB (Red+Green+Blue) = 100+91+125=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #645B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B7D is #9BA482. Grayscale: #616161. Windows color (decimal): -10200195 or 8215396. OLE color: 8215396.

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

Color convert

RGB10091125-
CMYK0.20.2700.51
HSL255.88º15.74%42.35%-
HSV(B)255.88º27.2%49.02%-
XYZ12.711.6720.99-
YUV97.57143.48129.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=31.65%
G=28.80%
B=39.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100911250.20.2700.51255.8815.7442.35
Hex645B7D141B033100102a
Octal14413317524330634002052
Binary1100100101101111111011010011011011001110000000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,91,125); }

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

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

 a { background-color: rgb(100,91,125); }

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

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

 span { border-color: rgb(100,91,125); }

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