#696B95

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

Shades of Scampi #696B95

Tints of Scampi #696B95

Color information

#696B95 (or 0x696B95) is unknown color: approx Scampi. HEX triplet: 69, 6B and 95. RGB value is (105,107,149). Sum of RGB (Red+Green+Blue) = 105+107+149=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #696B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B95 is #96946A. Grayscale: #6F6F6F. Windows color (decimal): -9868395 or 9792361. OLE color: 9792361.

HSL color Cylindrical-coordinate representation of color #696B95: hue angle of 237.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696B95 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105107149-
CMYK0.300.2800.42
HSL237.27º17.32%49.8%-
HSV(B)237.27º29.53%58.43%-
XYZ16.5115.6930.59-
YUV111.19149.34123.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=29.09%
G=29.64%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051071490.300.2800.42237.2717.3249.8
Hex696B951E1C02Aed1132
Octal15115322536340523552162
Binary1101001110101110010101111101110001010101110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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