#696695

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

Shades of Scampi #696695

Tints of Scampi #696695

Color information

#696695 (or 0x696695) is unknown color: approx Scampi. HEX triplet: 69, 66 and 95. RGB value is (105,102,149). Sum of RGB (Red+Green+Blue) = 105+102+149=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #696695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696695 is #96996A. Grayscale: #6C6C6C. Windows color (decimal): -9869675 or 9791081. OLE color: 9791081.

HSL color Cylindrical-coordinate representation of color #696695: hue angle of 243.83º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696695 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105102149-
CMYK0.300.3200.42
HSL243.83º18.73%49.22%-
HSV(B)243.83º31.54%58.43%-
XYZ1614.6830.42-
YUV108.26150.99125.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=29.49%
G=28.65%
B=41.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051021490.300.3200.42243.8318.7349.22
Hex6966951E2002Af41331
Octal15114622536400523642361
Binary11010011100110100101011111010000001010101111010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696695; }

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

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

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

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

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

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

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

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