#66619A

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

Shades of Scampi #66619A

Tints of Scampi #66619A

Color information

#66619A (or 0x66619A) is unknown color: approx Scampi. HEX triplet: 66, 61 and 9A. RGB value is (102,97,154). Sum of RGB (Red+Green+Blue) = 102+97+154=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #66619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619A is #999E65. Grayscale: #686868. Windows color (decimal): -10067558 or 10117478. OLE color: 10117478.

HSL color Cylindrical-coordinate representation of color #66619A: hue angle of 245.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66619A is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10297154-
CMYK0.340.3700.40
HSL245.26º22.71%49.22%-
HSV(B)245.26º37.01%60.39%-
XYZ15.5913.7132.4-
YUV104.99155.66125.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=28.90%
G=27.48%
B=43.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102971540.340.3700.40245.2622.7149.22
Hex66619A2225028f51731
Octal14614123242450503652761
Binary110011011000011001101010001010010101010001111010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66619A; }

 p { color: rgb(102,97,154); }

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

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

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

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

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

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

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