#64608B

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

Shades of Kimberly #64608B

Tints of Kimberly #64608B

Color information

#64608B (or 0x64608B) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 8B. RGB value is (100,96,139). Sum of RGB (Red+Green+Blue) = 100+96+139=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #64608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64608B is #9B9F74. Grayscale: #656565. Windows color (decimal): -10198901 or 9134180. OLE color: 9134180.

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

Color convert

RGB10096139-
CMYK0.280.3100.45
HSL245.58º18.3%46.08%-
HSV(B)245.58º30.94%54.51%-
XYZ14.112.9426.18-
YUV102.1148.83126.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=29.85%
G=28.66%
B=41.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100961390.280.3100.45245.5818.346.08
Hex64608B1C1F02Df6122e
Octal14414021334370553662256
Binary1100100110000010001011111001111101011011111011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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