#696994

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

Shades of Scampi #696994

Tints of Scampi #696994

Color information

#696994 (or 0x696994) is unknown color: approx Scampi. HEX triplet: 69, 69 and 94. RGB value is (105,105,148). Sum of RGB (Red+Green+Blue) = 105+105+148=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #696994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696994 is #96966B. Grayscale: #6D6D6D. Windows color (decimal): -9868908 or 9726313. OLE color: 9726313.

HSL color Cylindrical-coordinate representation of color #696994: 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.29%. Process color model (Four color, CMYK) of #696994 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105105148-
CMYK0.290.2900.42
HSL240º17%49.61%-
HSV(B)240º29.05%58.04%-
XYZ16.2215.2430.1-
YUV109.9149.5124.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=29.33%
G=29.33%
B=41.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051051480.290.2900.422401749.61
Hex6969941D1D02Af01132
Octal15115122435350523602162
Binary1101001110100110010100111011110101010101111000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696994; }

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

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

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

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

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

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

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

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