#64618E

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

Shades of Kimberly #64618E

Tints of Kimberly #64618E

Color information

#64618E (or 0x64618E) is unknown color: approx Kimberly. HEX triplet: 64, 61 and 8E. RGB value is (100,97,142). Sum of RGB (Red+Green+Blue) = 100+97+142=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #64618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64618E is #9B9E71. Grayscale: #666666. Windows color (decimal): -10198642 or 9331044. OLE color: 9331044.

HSL color Cylindrical-coordinate representation of color #64618E: hue angle of 244º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64618E is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10097142-
CMYK0.300.3200.44
HSL244º18.83%46.86%-
HSV(B)244º31.69%55.69%-
XYZ14.4113.2127.38-
YUV103.03149.99125.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=29.50%
G=28.61%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100971420.300.3200.4424418.8346.86
Hex64618E1E2002Cf4132f
Octal14414121636400543642357
Binary11001001100001100011101111010000001011001111010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64618E; }

 p { color: rgb(100,97,142); }

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

<style>
 a { background-color: #64618E; }

 a { background-color: rgb(100,97,142); }

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

<style>
 span { border-color: #64618E; }

 span { border-color: rgb(100,97,142); }

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