#696693

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

Shades of Scampi #696693

Tints of Scampi #696693

Color information

#696693 (or 0x696693) is unknown color: approx Scampi. HEX triplet: 69, 66 and 93. RGB value is (105,102,147). Sum of RGB (Red+Green+Blue) = 105+102+147=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #696693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696693 is #96996C. Grayscale: #6B6B6B. Windows color (decimal): -9869677 or 9660009. OLE color: 9660009.

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

Color convert

RGB105102147-
CMYK0.290.3100.42
HSL244º18.07%48.82%-
HSV(B)244º30.61%57.65%-
XYZ15.8414.6129.59-
YUV108.03149.99125.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=29.66%
G=28.81%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051021470.290.3100.4224418.0748.82
Hex6966931D1F02Af41231
Octal15114622335370523642261
Binary1101001110011010010011111011111101010101111010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696693; }

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

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

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

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

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

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

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

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