#666695

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

Shades of Scampi #666695

Tints of Scampi #666695

Color information

#666695 (or 0x666695) is unknown color: approx Scampi. HEX triplet: 66, 66 and 95. RGB value is (102,102,149). Sum of RGB (Red+Green+Blue) = 102+102+149=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #666695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666695 is #99996A. Grayscale: #6B6B6B. Windows color (decimal): -10066283 or 9791078. OLE color: 9791078.

HSL color Cylindrical-coordinate representation of color #666695: hue angle of 240º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666695 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102102149-
CMYK0.320.3200.42
HSL240º18.73%49.22%-
HSV(B)240º31.54%58.43%-
XYZ15.6614.530.41-
YUV107.36151.5124.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=28.90%
G=28.90%
B=42.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021021490.320.3200.4224018.7349.22
Hex666695202002Af01331
Octal14614622540400523602361
Binary110011011001101001010110000010000001010101111000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666695; }

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

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

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

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

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

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

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

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