#645B85

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

Shades of Kimberly #645B85

Tints of Kimberly #645B85

Color information

#645B85 (or 0x645B85) is unknown color: approx Kimberly. HEX triplet: 64, 5B and 85. RGB value is (100,91,133). Sum of RGB (Red+Green+Blue) = 100+91+133=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #645B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B85 is #9BA47A. Grayscale: #626262. Windows color (decimal): -10200187 or 8739684. OLE color: 8739684.

HSL color Cylindrical-coordinate representation of color #645B85: hue angle of 252.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645B85 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10091133-
CMYK0.250.3200.48
HSL252.86º18.75%43.92%-
HSV(B)252.86º31.58%52.16%-
XYZ13.2311.8823.79-
YUV98.48147.48129.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=30.86%
G=28.09%
B=41.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100911330.250.3200.48252.8618.7543.92
Hex645B851920030fd132c
Octal14413320531400603752354
Binary11001001011011100001011100110000001100001111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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