#696696

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

Shades of Scampi #696696

Tints of Scampi #696696

Color information

#696696 (or 0x696696) is unknown color: approx Scampi. HEX triplet: 69, 66 and 96. RGB value is (105,102,150). Sum of RGB (Red+Green+Blue) = 105+102+150=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #696696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696696 is #969969. Grayscale: #6C6C6C. Windows color (decimal): -9869674 or 9856617. OLE color: 9856617.

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

Color convert

RGB105102150-
CMYK0.300.3200.41
HSL243.75º19.05%49.41%-
HSV(B)243.75º32%58.82%-
XYZ16.0814.7130.85-
YUV108.37151.49125.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=29.41%
G=28.57%
B=42.02%

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
Decimal1051021500.300.3200.41243.7519.0549.41
Hex6966961E20029f41331
Octal15114622636400513642361
Binary11010011100110100101101111010000001010011111010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696696; }

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

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

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

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

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

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

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

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