#696996

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

Shades of Scampi #696996

Tints of Scampi #696996

Color information

#696996 (or 0x696996) is unknown color: approx Scampi. HEX triplet: 69, 69 and 96. RGB value is (105,105,150). Sum of RGB (Red+Green+Blue) = 105+105+150=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #696996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696996 is #969669. Grayscale: #6D6D6D. Windows color (decimal): -9868906 or 9857385. OLE color: 9857385.

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

Color convert

RGB105105150-
CMYK0.300.3000.41
HSL240º17.65%50%-
HSV(B)240º30%58.82%-
XYZ16.3815.3130.95-
YUV110.13150.5124.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=29.17%
G=29.17%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051051500.300.3000.4124017.6550
Hex6969961E1E029f01232
Octal15115122636360513602262
Binary1101001110100110010110111101111001010011111000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696996; }

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

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

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

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

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

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

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

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