#645A83

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

Shades of Kimberly #645A83

Tints of Kimberly #645A83

Color information

#645A83 (or 0x645A83) is unknown color: approx Kimberly. HEX triplet: 64, 5A and 83. RGB value is (100,90,131). Sum of RGB (Red+Green+Blue) = 100+90+131=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #645A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A83 is #9BA57C. Grayscale: #616161. Windows color (decimal): -10200445 or 8608356. OLE color: 8608356.

HSL color Cylindrical-coordinate representation of color #645A83: hue angle of 254.63º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #645A83 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10090131-
CMYK0.240.3100.49
HSL254.63º18.55%43.33%-
HSV(B)254.63º31.3%51.37%-
XYZ13.0111.6623.04-
YUV97.66146.81129.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=31.15%
G=28.04%
B=40.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100901310.240.3100.49254.6318.5543.33
Hex645A83181F031ff132b
Octal14413220330370613772353
Binary1100100101101010000011110001111101100011111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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