#64618D

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

Shades of Kimberly #64618D

Tints of Kimberly #64618D

Color information

#64618D (or 0x64618D) is unknown color: approx Kimberly. HEX triplet: 64, 61 and 8D. RGB value is (100,97,141). Sum of RGB (Red+Green+Blue) = 100+97+141=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #64618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64618D is #9B9E72. Grayscale: #666666. Windows color (decimal): -10198643 or 9265508. OLE color: 9265508.

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

Color convert

RGB10097141-
CMYK0.290.3100.45
HSL244.09º18.49%46.67%-
HSV(B)244.09º31.21%55.29%-
XYZ14.3413.1826.99-
YUV102.91149.49125.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=29.59%
G=28.70%
B=41.72%

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
Decimal100971410.290.3100.45244.0918.4946.67
Hex64618D1D1F02Df4122f
Octal14414121535370553642257
Binary1100100110000110001101111011111101011011111010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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