#666182

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

Shades of Kimberly #666182

Tints of Kimberly #666182

Color information

#666182 (or 0x666182) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 82. RGB value is (102,97,130). Sum of RGB (Red+Green+Blue) = 102+97+130=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #666182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666182 is #999E7D. Grayscale: #666666. Windows color (decimal): -10067582 or 8544614. OLE color: 8544614.

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

Color convert

RGB10297130-
CMYK0.220.2500.49
HSL249.09º14.54%44.51%-
HSV(B)249.09º25.38%50.98%-
XYZ13.7812.9922.9-
YUV102.26143.66127.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=31.00%
G=29.48%
B=39.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102971300.220.2500.49249.0914.5444.51
Hex6661821619031f9f2d
Octal14614120226310613711755
Binary110011011000011000001010110110010110001111110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666182; }

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

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

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

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

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

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

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

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