#645F90

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

Shades of Kimberly #645F90

Tints of Kimberly #645F90

Color information

#645F90 (or 0x645F90) is unknown color: approx Kimberly. HEX triplet: 64, 5F and 90. RGB value is (100,95,144). Sum of RGB (Red+Green+Blue) = 100+95+144=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #645F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F90 is #9BA06F. Grayscale: #656565. Windows color (decimal): -10199152 or 9461604. OLE color: 9461604.

HSL color Cylindrical-coordinate representation of color #645F90: hue angle of 246.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645F90 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10095144-
CMYK0.310.3400.44
HSL246.12º20.5%46.86%-
HSV(B)246.12º34.03%56.47%-
XYZ14.3812.9128.12-
YUV102.08151.66126.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=29.50%
G=28.02%
B=42.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100951440.310.3400.44246.1220.546.86
Hex645F901F2202Cf6152f
Octal14413722037420543662557
Binary11001001011111100100001111110001001011001111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,144); }

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

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

 a { background-color: rgb(100,95,144); }

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

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

 span { border-color: rgb(100,95,144); }

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