#696797

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

Shades of Scampi #696797

Tints of Scampi #696797

Color information

#696797 (or 0x696797) is unknown color: approx Scampi. HEX triplet: 69, 67 and 97. RGB value is (105,103,151). Sum of RGB (Red+Green+Blue) = 105+103+151=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #696797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696797 is #969868. Grayscale: #6C6C6C. Windows color (decimal): -9869417 or 9922409. OLE color: 9922409.

HSL color Cylindrical-coordinate representation of color #696797: hue angle of 242.5º 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 #696797 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105103151-
CMYK0.300.3200.41
HSL242.5º18.9%49.8%-
HSV(B)242.5º31.79%59.22%-
XYZ16.2614.9431.3-
YUV109.07151.66125.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=29.25%
G=28.69%
B=42.06%

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
Decimal1051031510.300.3200.41242.518.949.8
Hex6967971E20029f21332
Octal15114722736400513622362
Binary11010011100111100101111111010000001010011111001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696797; }

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

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

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

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

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

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

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

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