#645A8B

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

Shades of Kimberly #645A8B

Tints of Kimberly #645A8B

Color information

#645A8B (or 0x645A8B) is unknown color: approx Kimberly. HEX triplet: 64, 5A and 8B. RGB value is (100,90,139). Sum of RGB (Red+Green+Blue) = 100+90+139=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #645A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A8B is #9BA574. Grayscale: #626262. Windows color (decimal): -10200437 or 9132644. OLE color: 9132644.

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

Color convert

RGB10090139-
CMYK0.280.3500.45
HSL252.24º21.4%44.9%-
HSV(B)252.24º35.25%54.51%-
XYZ13.5711.8926-
YUV98.58150.81129.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=30.40%
G=27.36%
B=42.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100901390.280.3500.45252.2421.444.9
Hex645A8B1C2302Dfc152d
Octal14413221334430553742555
Binary11001001011010100010111110010001101011011111110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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