#64567B

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

Shades of Kimberly #64567B

Tints of Kimberly #64567B

Color information

#64567B (or 0x64567B) is unknown color: approx Kimberly. HEX triplet: 64, 56 and 7B. RGB value is (100,86,123). Sum of RGB (Red+Green+Blue) = 100+86+123=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #64567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64567B is #9BA984. Grayscale: #5E5E5E. Windows color (decimal): -10201477 or 8083044. OLE color: 8083044.

HSL color Cylindrical-coordinate representation of color #64567B: hue angle of 262.7º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64567B is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10086123-
CMYK0.190.3000.52
HSL262.7º17.7%40.98%-
HSV(B)262.7º30.08%48.24%-
XYZ12.1610.7920.18-
YUV94.4144.14131.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=32.36%
G=27.83%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100861230.190.3000.52262.717.740.98
Hex64567B131E0341071229
Octal14412617323360644072251
Binary1100100101011011110111001111110011010010000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64567B; }

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

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

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

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

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

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

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

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