#645B83

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

Shades of Kimberly #645B83

Tints of Kimberly #645B83

Color information

#645B83 (or 0x645B83) is unknown color: approx Kimberly. HEX triplet: 64, 5B and 83. RGB value is (100,91,131). Sum of RGB (Red+Green+Blue) = 100+91+131=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #645B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B83 is #9BA47C. Grayscale: #626262. Windows color (decimal): -10200189 or 8608612. OLE color: 8608612.

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

Color convert

RGB10091131-
CMYK0.240.3100.49
HSL253.5º18.02%43.53%-
HSV(B)253.5º30.53%51.37%-
XYZ13.0911.8323.07-
YUV98.25146.48129.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=31.06%
G=28.26%
B=40.68%

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
Decimal100911310.240.3100.49253.518.0243.53
Hex645B83181F031fe122c
Octal14413320330370613762254
Binary1100100101101110000011110001111101100011111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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