#676699

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

Shades of Scampi #676699

Tints of Scampi #676699

Color information

#676699 (or 0x676699) is unknown color: approx Scampi. HEX triplet: 67, 66 and 99. RGB value is (103,102,153). Sum of RGB (Red+Green+Blue) = 103+102+153=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #676699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676699 is #989966. Grayscale: #6B6B6B. Windows color (decimal): -10000743 or 10053223. OLE color: 10053223.

HSL color Cylindrical-coordinate representation of color #676699: hue angle of 241.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676699 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB103102153-
CMYK0.330.3300.4
HSL241.18º20%50%-
HSV(B)241.18º33.33%60%-
XYZ16.0914.6932.12-
YUV108.11153.33124.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=28.77%
G=28.49%
B=42.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1031021530.330.3300.4241.182050
Hex6766992121028f11432
Octal14714623141410503612462
Binary110011111001101001100110000110000101010001111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676699; }

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

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

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

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

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

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

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

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