#64638B

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

Shades of Kimberly #64638B

Tints of Kimberly #64638B

Color information

#64638B (or 0x64638B) is unknown color: approx Kimberly. HEX triplet: 64, 63 and 8B. RGB value is (100,99,139). Sum of RGB (Red+Green+Blue) = 100+99+139=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #64638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64638B is #9B9C74. Grayscale: #676767. Windows color (decimal): -10198133 or 9134948. OLE color: 9134948.

HSL color Cylindrical-coordinate representation of color #64638B: hue angle of 241.5º 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 #64638B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10099139-
CMYK0.280.2900.45
HSL241.5º16.81%46.67%-
HSV(B)241.5º28.78%54.51%-
XYZ14.3813.526.27-
YUV103.86147.83125.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=29.59%
G=29.29%
B=41.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100991390.280.2900.45241.516.8146.67
Hex64638B1C1D02Df2112f
Octal14414321334350553622157
Binary1100100110001110001011111001110101011011111001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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