#66619D

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

Shades of Scampi #66619D

Tints of Scampi #66619D

Color information

#66619D (or 0x66619D) is unknown color: approx Scampi. HEX triplet: 66, 61 and 9D. RGB value is (102,97,157). Sum of RGB (Red+Green+Blue) = 102+97+157=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #66619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619D is #999E62. Grayscale: #696969. Windows color (decimal): -10067555 or 10314086. OLE color: 10314086.

HSL color Cylindrical-coordinate representation of color #66619D: hue angle of 245º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66619D is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10297157-
CMYK0.350.3800.38
HSL245º23.62%49.8%-
HSV(B)245º38.22%61.57%-
XYZ15.8413.8133.73-
YUV105.34157.16125.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=28.65%
G=27.25%
B=44.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102971570.350.3800.3824523.6249.8
Hex66619D2326026f51832
Octal14614123543460463653062
Binary110011011000011001110110001110011001001101111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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