#66618A

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

Shades of Kimberly #66618A

Tints of Kimberly #66618A

Color information

#66618A (or 0x66618A) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 8A. RGB value is (102,97,138). Sum of RGB (Red+Green+Blue) = 102+97+138=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #66618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66618A is #999E75. Grayscale: #676767. Windows color (decimal): -10067574 or 9068902. OLE color: 9068902.

HSL color Cylindrical-coordinate representation of color #66618A: hue angle of 247.32º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66618A is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10297138-
CMYK0.260.3000.46
HSL247.32º17.45%46.08%-
HSV(B)247.32º29.71%54.12%-
XYZ14.3413.2125.84-
YUV103.17147.66127.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=30.27%
G=28.78%
B=40.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102971380.260.3000.46247.3217.4546.08
Hex66618A1A1E02Ef7112e
Octal14614121232360563672156
Binary1100110110000110001010110101111001011101111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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