#696A9F

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

Shades of Scampi #696A9F

Tints of Scampi #696A9F

Color information

#696A9F (or 0x696A9F) is unknown color: approx Scampi. HEX triplet: 69, 6A and 9F. RGB value is (105,106,159). Sum of RGB (Red+Green+Blue) = 105+106+159=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #696A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A9F is #969560. Grayscale: #6F6F6F. Windows color (decimal): -9868641 or 10447465. OLE color: 10447465.

HSL color Cylindrical-coordinate representation of color #696A9F: hue angle of 238.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696A9F is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105106159-
CMYK0.340.3300.38
HSL238.89º21.95%51.76%-
HSV(B)238.89º33.96%62.35%-
XYZ17.2415.8134.94-
YUV111.74154.67123.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=28.38%
G=28.65%
B=42.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051061590.340.3300.38238.8921.9551.76
Hex696A9F2221026ef1634
Octal15115223742410463572664
Binary110100111010101001111110001010000101001101110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696A9F; }

 p { color: rgb(105,106,159); }

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

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

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

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

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

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

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