#696A9E

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

Shades of Scampi #696A9E

Tints of Scampi #696A9E

Color information

#696A9E (or 0x696A9E) is unknown color: approx Scampi. HEX triplet: 69, 6A and 9E. RGB value is (105,106,158). Sum of RGB (Red+Green+Blue) = 105+106+158=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #696A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A9E is #969561. Grayscale: #6F6F6F. Windows color (decimal): -9868642 or 10381929. OLE color: 10381929.

HSL color Cylindrical-coordinate representation of color #696A9E: hue angle of 238.87º degrees, saturation: 0.21, 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 #696A9E is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105106158-
CMYK0.340.3300.38
HSL238.87º21.46%51.57%-
HSV(B)238.87º33.54%61.96%-
XYZ17.1515.7834.49-
YUV111.63154.17123.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=28.46%
G=28.73%
B=42.82%

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
Decimal1051061580.340.3300.38238.8721.4651.57
Hex696A9E2221026ef1534
Octal15115223642410463572564
Binary110100111010101001111010001010000101001101110111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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