#645A8D

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

Shades of Kimberly #645A8D

Tints of Kimberly #645A8D

Color information

#645A8D (or 0x645A8D) is unknown color: approx Kimberly. HEX triplet: 64, 5A and 8D. RGB value is (100,90,141). Sum of RGB (Red+Green+Blue) = 100+90+141=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #645A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A8D is #9BA572. Grayscale: #626262. Windows color (decimal): -10200435 or 9263716. OLE color: 9263716.

HSL color Cylindrical-coordinate representation of color #645A8D: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645A8D is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10090141-
CMYK0.290.3600.45
HSL251.76º22.08%45.29%-
HSV(B)251.76º36.17%55.29%-
XYZ13.7211.9426.78-
YUV98.8151.81128.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=30.21%
G=27.19%
B=42.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100901410.290.3600.45251.7622.0845.29
Hex645A8D1D2402Dfc162d
Octal14413221535440553742655
Binary11001001011010100011011110110010001011011111110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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