#64608C

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

Shades of Kimberly #64608C

Tints of Kimberly #64608C

Color information

#64608C (or 0x64608C) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 8C. RGB value is (100,96,140). Sum of RGB (Red+Green+Blue) = 100+96+140=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #64608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64608C is #9B9F73. Grayscale: #666666. Windows color (decimal): -10198900 or 9199716. OLE color: 9199716.

HSL color Cylindrical-coordinate representation of color #64608C: hue angle of 245.45º degrees, saturation: 0.19, 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 #64608C is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10096140-
CMYK0.290.3100.45
HSL245.45º18.64%46.27%-
HSV(B)245.45º31.43%54.9%-
XYZ14.1712.9726.57-
YUV102.21149.33126.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=29.76%
G=28.57%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100961400.290.3100.45245.4518.6446.27
Hex64608C1D1F02Df5132e
Octal14414021435370553652356
Binary1100100110000010001100111011111101011011111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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