#66549F

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

Shades of Scampi #66549F

Tints of Scampi #66549F

Color information

#66549F (or 0x66549F) is unknown color: approx Scampi. HEX triplet: 66, 54 and 9F. RGB value is (102,84,159). Sum of RGB (Red+Green+Blue) = 102+84+159=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #66549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66549F is #99AB60. Grayscale: #616161. Windows color (decimal): -10070881 or 10441830. OLE color: 10441830.

HSL color Cylindrical-coordinate representation of color #66549F: hue angle of 254.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66549F is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10284159-
CMYK0.360.4700.38
HSL254.4º30.86%47.65%-
HSV(B)254.4º47.17%62.35%-
XYZ14.9111.6734.27-
YUV97.93162.46130.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=29.57%
G=24.35%
B=46.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102841590.360.4700.38254.430.8647.65
Hex66549F242F026fe1f30
Octal14612423744570463763760
Binary110011010101001001111110010010111101001101111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66549F; }

 p { color: rgb(102,84,159); }

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

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

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

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

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

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

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