#666390

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

Shades of Scampi #666390

Tints of Scampi #666390

Color information

#666390 (or 0x666390) is unknown color: approx Scampi. HEX triplet: 66, 63 and 90. RGB value is (102,99,144). Sum of RGB (Red+Green+Blue) = 102+99+144=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #666390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666390 is #999C6F. Grayscale: #686868. Windows color (decimal): -10067056 or 9462630. OLE color: 9462630.

HSL color Cylindrical-coordinate representation of color #666390: hue angle of 244º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666390 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10299144-
CMYK0.290.3100.44
HSL244º18.52%47.65%-
HSV(B)244º31.25%56.47%-
XYZ14.9813.7628.25-
YUV105.03149.99125.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=29.57%
G=28.70%
B=41.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102991440.290.3100.4424418.5247.65
Hex6663901D1F02Cf41330
Octal14614322035370543642360
Binary1100110110001110010000111011111101011001111010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666390; }

 p { color: rgb(102,99,144); }

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

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

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

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

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

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

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