#64628B

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

Shades of Kimberly #64628B

Tints of Kimberly #64628B

Color information

#64628B (or 0x64628B) is unknown color: approx Kimberly. HEX triplet: 64, 62 and 8B. RGB value is (100,98,139). Sum of RGB (Red+Green+Blue) = 100+98+139=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #64628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64628B is #9B9D74. Grayscale: #676767. Windows color (decimal): -10198389 or 9134692. OLE color: 9134692.

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

Color convert

RGB10098139-
CMYK0.280.2900.45
HSL242.93º17.3%46.47%-
HSV(B)242.93º29.5%54.51%-
XYZ14.2813.3126.24-
YUV103.27148.16125.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=29.67%
G=29.08%
B=41.25%

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
Decimal100981390.280.2900.45242.9317.346.47
Hex64628B1C1D02Df3112e
Octal14414221334350553632156
Binary1100100110001010001011111001110101011011111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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