#666895

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

Shades of Scampi #666895

Tints of Scampi #666895

Color information

#666895 (or 0x666895) is unknown color: approx Scampi. HEX triplet: 66, 68 and 95. RGB value is (102,104,149). Sum of RGB (Red+Green+Blue) = 102+104+149=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #666895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666895 is #99976A. Grayscale: #6C6C6C. Windows color (decimal): -10065771 or 9791590. OLE color: 9791590.

HSL color Cylindrical-coordinate representation of color #666895: hue angle of 237.45º 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 #666895 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102104149-
CMYK0.320.3000.42
HSL237.45º18.73%49.22%-
HSV(B)237.45º31.54%58.43%-
XYZ15.8514.930.47-
YUV108.53150.84123.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=28.73%
G=29.30%
B=41.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021041490.320.3000.42237.4518.7349.22
Hex666895201E02Aed1331
Octal14615022540360523552361
Binary11001101101000100101011000001111001010101110110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666895; }

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

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

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

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

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

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

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

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