#66679C

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

Shades of Scampi #66679C

Tints of Scampi #66679C

Color information

#66679C (or 0x66679C) is unknown color: approx Scampi. HEX triplet: 66, 67 and 9C. RGB value is (102,103,156). Sum of RGB (Red+Green+Blue) = 102+103+156=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #66679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66679C is #999863. Grayscale: #6C6C6C. Windows color (decimal): -10066020 or 10250086. OLE color: 10250086.

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

Color convert

RGB102103156-
CMYK0.350.3400.39
HSL238.89º21.43%50.59%-
HSV(B)238.89º34.62%61.18%-
XYZ16.3314.9333.47-
YUV108.74154.67123.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=28.25%
G=28.53%
B=43.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021031560.350.3400.39238.8921.4350.59
Hex66679C2322027ef1533
Octal14614723443420473572563
Binary110011011001111001110010001110001001001111110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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