#696995

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

Shades of Scampi #696995

Tints of Scampi #696995

Color information

#696995 (or 0x696995) is unknown color: approx Scampi. HEX triplet: 69, 69 and 95. RGB value is (105,105,149). Sum of RGB (Red+Green+Blue) = 105+105+149=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #696995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696995 is #96966A. Grayscale: #6D6D6D. Windows color (decimal): -9868907 or 9791849. OLE color: 9791849.

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

Color convert

RGB105105149-
CMYK0.300.3000.42
HSL240º17.32%49.8%-
HSV(B)240º29.53%58.43%-
XYZ16.315.2830.52-
YUV110.02150124.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=29.25%
G=29.25%
B=41.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051051490.300.3000.4224017.3249.8
Hex6969951E1E02Af01132
Octal15115122536360523602162
Binary1101001110100110010101111101111001010101111000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696995; }

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

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

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

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

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

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

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

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