#696B9F

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

Shades of Scampi #696B9F

Tints of Scampi #696B9F

Color information

#696B9F (or 0x696B9F) is unknown color: approx Scampi. HEX triplet: 69, 6B and 9F. RGB value is (105,107,159). Sum of RGB (Red+Green+Blue) = 105+107+159=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #696B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B9F is #969460. Grayscale: #707070. Windows color (decimal): -9868385 or 10447721. OLE color: 10447721.

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

Color convert

RGB105107159-
CMYK0.340.3300.38
HSL237.78º21.95%51.76%-
HSV(B)237.78º33.96%62.35%-
XYZ17.3416.0234.98-
YUV112.33154.34122.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=28.30%
G=28.84%
B=42.86%

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
Decimal1051071590.340.3300.38237.7821.9551.76
Hex696B9F2221026ee1634
Octal15115323742410463562664
Binary110100111010111001111110001010000101001101110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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