#666181

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

Shades of Kimberly #666181

Tints of Kimberly #666181

Color information

#666181 (or 0x666181) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 81. RGB value is (102,97,129). Sum of RGB (Red+Green+Blue) = 102+97+129=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #666181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666181 is #999E7E. Grayscale: #666666. Windows color (decimal): -10067583 or 8479078. OLE color: 8479078.

HSL color Cylindrical-coordinate representation of color #666181: hue angle of 249.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666181 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10297129-
CMYK0.210.2500.49
HSL249.38º14.16%44.31%-
HSV(B)249.38º24.81%50.59%-
XYZ13.7212.9622.55-
YUV102.14143.16127.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=31.10%
G=29.57%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102971290.210.2500.49249.3814.1644.31
Hex6661811519031f9e2c
Octal14614120125310613711654
Binary110011011000011000000110101110010110001111110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666181; }

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

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

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

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

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

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

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

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