#66679F

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

Shades of Scampi #66679F

Tints of Scampi #66679F

Color information

#66679F (or 0x66679F) is unknown color: approx Scampi. HEX triplet: 66, 67 and 9F. RGB value is (102,103,159). Sum of RGB (Red+Green+Blue) = 102+103+159=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #66679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66679F is #999860. Grayscale: #6C6C6C. Windows color (decimal): -10066017 or 10446694. OLE color: 10446694.

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

Color convert

RGB102103159-
CMYK0.360.3500.38
HSL238.95º22.89%51.18%-
HSV(B)238.95º35.85%62.35%-
XYZ16.5915.0334.83-
YUV109.08156.17122.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=28.02%
G=28.30%
B=43.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021031590.360.3500.38238.9522.8951.18
Hex66679F2423026ef1733
Octal14614723744430463572763
Binary110011011001111001111110010010001101001101110111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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