#64618F

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

Shades of Kimberly #64618F

Tints of Kimberly #64618F

Color information

#64618F (or 0x64618F) is unknown color: approx Kimberly. HEX triplet: 64, 61 and 8F. RGB value is (100,97,143). Sum of RGB (Red+Green+Blue) = 100+97+143=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #64618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64618F is #9B9E70. Grayscale: #666666. Windows color (decimal): -10198641 or 9396580. OLE color: 9396580.

HSL color Cylindrical-coordinate representation of color #64618F: hue angle of 243.91º 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 #64618F is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10097143-
CMYK0.300.3200.44
HSL243.91º19.17%47.06%-
HSV(B)243.91º32.17%56.08%-
XYZ14.4913.2427.78-
YUV103.14150.49125.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=29.41%
G=28.53%
B=42.06%

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
Decimal100971430.300.3200.44243.9119.1747.06
Hex64618F1E2002Cf4132f
Octal14414121736400543642357
Binary11001001100001100011111111010000001011001111010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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