#645D93

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

Shades of Kimberly #645D93

Tints of Kimberly #645D93

Color information

#645D93 (or 0x645D93) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 93. RGB value is (100,93,147). Sum of RGB (Red+Green+Blue) = 100+93+147=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #645D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D93 is #9BA26C. Grayscale: #656565. Windows color (decimal): -10199661 or 9657700. OLE color: 9657700.

HSL color Cylindrical-coordinate representation of color #645D93: hue angle of 247.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #645D93 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10093147-
CMYK0.320.3700.42
HSL247.78º22.5%47.06%-
HSV(B)247.78º36.73%57.65%-
XYZ14.4412.6429.28-
YUV101.25153.82127.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=29.41%
G=27.35%
B=43.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100931470.320.3700.42247.7822.547.06
Hex645D93202502Af8162f
Octal14413522340450523702657
Binary110010010111011001001110000010010101010101111100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,93,147); }

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

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

 a { background-color: rgb(100,93,147); }

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

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

 span { border-color: rgb(100,93,147); }

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