#645C7D

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

Shades of Kimberly #645C7D

Tints of Kimberly #645C7D

Color information

#645C7D (or 0x645C7D) is unknown color: approx Kimberly. HEX triplet: 64, 5C and 7D. RGB value is (100,92,125). Sum of RGB (Red+Green+Blue) = 100+92+125=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #645C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C7D is #9BA382. Grayscale: #626262. Windows color (decimal): -10199939 or 8215652. OLE color: 8215652.

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

Color convert

RGB10092125-
CMYK0.20.2600.51
HSL254.55º15.21%42.55%-
HSV(B)254.55º26.4%49.02%-
XYZ12.7811.8421.01-
YUV98.15143.15129.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=31.55%
G=29.02%
B=39.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100921250.20.2600.51254.5515.2142.55
Hex645C7D141A033fff2b
Octal14413417524320633771753
Binary11001001011100111110110100110100110011111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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