#66679B

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

Shades of Scampi #66679B

Tints of Scampi #66679B

Color information

#66679B (or 0x66679B) is unknown color: approx Scampi. HEX triplet: 66, 67 and 9B. RGB value is (102,103,155). Sum of RGB (Red+Green+Blue) = 102+103+155=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #66679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66679B is #999864. Grayscale: #6C6C6C. Windows color (decimal): -10066021 or 10184550. OLE color: 10184550.

HSL color Cylindrical-coordinate representation of color #66679B: hue angle of 238.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66679B is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102103155-
CMYK0.340.3400.39
HSL238.87º20.95%50.39%-
HSV(B)238.87º34.19%60.78%-
XYZ16.2514.8933.03-
YUV108.63154.17123.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=28.33%
G=28.61%
B=43.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021031550.340.3400.39238.8720.9550.39
Hex66679B2222027ef1532
Octal14614723342420473572562
Binary110011011001111001101110001010001001001111110111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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