#666692

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

Shades of Scampi #666692

Tints of Scampi #666692

Color information

#666692 (or 0x666692) is unknown color: approx Scampi. HEX triplet: 66, 66 and 92. RGB value is (102,102,146). Sum of RGB (Red+Green+Blue) = 102+102+146=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #666692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666692 is #99996D. Grayscale: #6A6A6A. Windows color (decimal): -10066286 or 9594470. OLE color: 9594470.

HSL color Cylindrical-coordinate representation of color #666692: hue angle of 240º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666692 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102102146-
CMYK0.300.3000.43
HSL240º17.74%48.63%-
HSV(B)240º30.14%57.25%-
XYZ15.4214.429.16-
YUV107.02150124.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=29.14%
G=29.14%
B=41.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021021460.300.3000.4324017.7448.63
Hex6666921E1E02Bf01231
Octal14614622236360533602261
Binary1100110110011010010010111101111001010111111000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666692; }

 p { color: rgb(102,102,146); }

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

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

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

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

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

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

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