#66618C

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

Shades of Kimberly #66618C

Tints of Kimberly #66618C

Color information

#66618C (or 0x66618C) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 8C. RGB value is (102,97,140). Sum of RGB (Red+Green+Blue) = 102+97+140=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #66618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66618C is #999E73. Grayscale: #676767. Windows color (decimal): -10067572 or 9199974. OLE color: 9199974.

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

Color convert

RGB10297140-
CMYK0.270.3100.45
HSL246.98º18.14%46.47%-
HSV(B)246.98º30.71%54.9%-
XYZ14.4913.2726.61-
YUV103.4148.66127-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=30.09%
G=28.61%
B=41.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102971400.270.3100.45246.9818.1446.47
Hex66618C1B1F02Df7122e
Octal14614121433370553672256
Binary1100110110000110001100110111111101011011111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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