#64638C

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

Shades of Kimberly #64638C

Tints of Kimberly #64638C

Color information

#64638C (or 0x64638C) is unknown color: approx Kimberly. HEX triplet: 64, 63 and 8C. RGB value is (100,99,140). Sum of RGB (Red+Green+Blue) = 100+99+140=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #64638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638C is #9B9C73. Grayscale: #676767. Windows color (decimal): -10198132 or 9200484. OLE color: 9200484.

HSL color Cylindrical-coordinate representation of color #64638C: hue angle of 241.46º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64638C is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10099140-
CMYK0.290.2900.45
HSL241.46º17.15%46.86%-
HSV(B)241.46º29.29%54.9%-
XYZ14.4513.5326.66-
YUV103.97148.33125.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=29.50%
G=29.20%
B=41.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100991400.290.2900.45241.4617.1546.86
Hex64638C1D1D02Df1112f
Octal14414321435350553612157
Binary1100100110001110001100111011110101011011111000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64638C; }

 p { color: rgb(100,99,140); }

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

<style>
 a { background-color: #64638C; }

 a { background-color: rgb(100,99,140); }

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

<style>
 span { border-color: #64638C; }

 span { border-color: rgb(100,99,140); }

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