#645682

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

Shades of Kimberly #645682

Tints of Kimberly #645682

Color information

#645682 (or 0x645682) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 82. RGB value is (100,86,130). Sum of RGB (Red+Green+Blue) = 100+86+130=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #645682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645682 is #9BA97D. Grayscale: #5F5F5F. Windows color (decimal): -10201470 or 8541796. OLE color: 8541796.

HSL color Cylindrical-coordinate representation of color #645682: hue angle of 259.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645682 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10086130-
CMYK0.230.3400.49
HSL259.09º20.37%42.35%-
HSV(B)259.09º33.85%50.98%-
XYZ12.6110.9822.57-
YUV95.2147.64131.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=31.65%
G=27.22%
B=41.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100861300.230.3400.49259.0920.3742.35
Hex6456821722031103142a
Octal14412620227420614032452
Binary110010010101101000001010111100010011000110000001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645682; }

 p { color: rgb(100,86,130); }

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

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

 a { background-color: rgb(100,86,130); }

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

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

 span { border-color: rgb(100,86,130); }

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