#66618E

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

Shades of Kimberly #66618E

Tints of Kimberly #66618E

Color information

#66618E (or 0x66618E) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 8E. RGB value is (102,97,142). Sum of RGB (Red+Green+Blue) = 102+97+142=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #66618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66618E is #999E71. Grayscale: #676767. Windows color (decimal): -10067570 or 9331046. OLE color: 9331046.

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

Color convert

RGB10297142-
CMYK0.280.3200.44
HSL246.67º18.83%46.86%-
HSV(B)246.67º31.69%55.69%-
XYZ14.6413.3327.39-
YUV103.62149.66126.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=29.91%
G=28.45%
B=41.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102971420.280.3200.44246.6718.8346.86
Hex66618E1C2002Cf7132f
Octal14614121634400543672357
Binary11001101100001100011101110010000001011001111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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