#66618D

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

Shades of Kimberly #66618D

Tints of Kimberly #66618D

Color information

#66618D (or 0x66618D) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 8D. RGB value is (102,97,141). Sum of RGB (Red+Green+Blue) = 102+97+141=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #66618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66618D is #999E72. Grayscale: #676767. Windows color (decimal): -10067571 or 9265510. OLE color: 9265510.

HSL color Cylindrical-coordinate representation of color #66618D: hue angle of 246.82º 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 #66618D is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10297141-
CMYK0.280.3100.45
HSL246.82º18.49%46.67%-
HSV(B)246.82º31.21%55.29%-
XYZ14.5613.327-
YUV103.51149.16126.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=30%
G=28.53%
B=41.47%

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
Decimal102971410.280.3100.45246.8218.4946.67
Hex66618D1C1F02Df7122f
Octal14614121534370553672257
Binary1100110110000110001101111001111101011011111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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