#696697

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

Shades of Scampi #696697

Tints of Scampi #696697

Color information

#696697 (or 0x696697) is unknown color: approx Scampi. HEX triplet: 69, 66 and 97. RGB value is (105,102,151). Sum of RGB (Red+Green+Blue) = 105+102+151=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #696697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696697 is #969968. Grayscale: #6C6C6C. Windows color (decimal): -9869673 or 9922153. OLE color: 9922153.

HSL color Cylindrical-coordinate representation of color #696697: hue angle of 243.67º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696697 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105102151-
CMYK0.300.3200.41
HSL243.67º19.37%49.61%-
HSV(B)243.67º32.45%59.22%-
XYZ16.1614.7431.27-
YUV108.48151.99125.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=29.33%
G=28.49%
B=42.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051021510.300.3200.41243.6719.3749.61
Hex6966971E20029f41332
Octal15114622736400513642362
Binary11010011100110100101111111010000001010011111010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696697; }

 p { color: rgb(105,102,151); }

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

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

 a { background-color: rgb(105,102,151); }

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

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

 span { border-color: rgb(105,102,151); }

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