#696C96

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

Shades of Scampi #696C96

Tints of Scampi #696C96

Color information

#696C96 (or 0x696C96) is unknown color: approx Scampi. HEX triplet: 69, 6C and 96. RGB value is (105,108,150). Sum of RGB (Red+Green+Blue) = 105+108+150=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #696C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C96 is #969369. Grayscale: #6F6F6F. Windows color (decimal): -9868138 or 9858153. OLE color: 9858153.

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

Color convert

RGB105108150-
CMYK0.300.2800.41
HSL236º17.65%50%-
HSV(B)236º30%58.82%-
XYZ16.6915.9331.05-
YUV111.89149.51123.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=28.93%
G=29.75%
B=41.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051081500.300.2800.4123617.6550
Hex696C961E1C029ec1232
Octal15115422636340513542262
Binary1101001110110010010110111101110001010011110110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,150); }

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

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

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

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

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

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

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