#696B94

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

Shades of Scampi #696B94

Tints of Scampi #696B94

Color information

#696B94 (or 0x696B94) is unknown color: approx Scampi. HEX triplet: 69, 6B and 94. RGB value is (105,107,148). Sum of RGB (Red+Green+Blue) = 105+107+148=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #696B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B94 is #96946B. Grayscale: #6E6E6E. Windows color (decimal): -9868396 or 9726825. OLE color: 9726825.

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

Color convert

RGB105107148-
CMYK0.290.2800.42
HSL237.21º17%49.61%-
HSV(B)237.21º29.05%58.04%-
XYZ16.4315.6630.17-
YUV111.08148.84123.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=29.17%
G=29.72%
B=41.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051071480.290.2800.42237.211749.61
Hex696B941D1C02Aed1132
Octal15115322435340523552162
Binary1101001110101110010100111011110001010101110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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