#666094

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

Shades of Scampi #666094

Tints of Scampi #666094

Color information

#666094 (or 0x666094) is unknown color: approx Scampi. HEX triplet: 66, 60 and 94. RGB value is (102,96,148). Sum of RGB (Red+Green+Blue) = 102+96+148=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #666094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666094 is #999F6B. Grayscale: #676767. Windows color (decimal): -10067820 or 9724006. OLE color: 9724006.

HSL color Cylindrical-coordinate representation of color #666094: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666094 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10296148-
CMYK0.310.3500.42
HSL246.92º21.31%47.84%-
HSV(B)246.92º35.14%58.04%-
XYZ15.0113.3329.8-
YUV103.72152.99126.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=29.48%
G=27.75%
B=42.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102961480.310.3500.42246.9221.3147.84
Hex6660941F2302Af71530
Octal14614022437430523672560
Binary11001101100000100101001111110001101010101111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666094; }

 p { color: rgb(102,96,148); }

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

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

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

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

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

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

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