#645C7B

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

Shades of Kimberly #645C7B

Tints of Kimberly #645C7B

Color information

#645C7B (or 0x645C7B) is unknown color: approx Kimberly. HEX triplet: 64, 5C and 7B. RGB value is (100,92,123). Sum of RGB (Red+Green+Blue) = 100+92+123=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #645C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C7B is #9BA384. Grayscale: #616161. Windows color (decimal): -10199941 or 8084580. OLE color: 8084580.

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

Color convert

RGB10092123-
CMYK0.190.2500.52
HSL255.48º14.42%42.16%-
HSV(B)255.48º25.2%48.24%-
XYZ12.6611.7920.35-
YUV97.93142.15129.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=31.75%
G=29.21%
B=39.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100921230.190.2500.52255.4814.4242.16
Hex645C7B1319034ffe2a
Octal14413417323310643771652
Binary11001001011100111101110011110010110100111111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,123); }

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

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

 a { background-color: rgb(100,92,123); }

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

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

 span { border-color: rgb(100,92,123); }

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