Html Css Color HEX #686693 Scampi

📋 copy color: '#686693'

red 104 ◦ green 102 ◦ blue 147

#686693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #686693

Tints of Scampi #686693

RGB

 RED value IS 104 (41.02% from 255) = 29.46%

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 29.46%
G = 28.9%
B = 41.64%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686693 (or 0x686693) is known color: Scampi. HEX triplet: 68, 66 and 93. RGB value is (104,102,147). Sum of RGB (Red+Green+Blue) = 104+102+147=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #686693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686693 is #97996C. Grayscale: #6B6B6B. Windows color (decimal): -9935213 or 9660008. OLE color: 9660008.

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

Color convert

RGB 104 102 147 -
CMYK 0.29 0.31 0 0.42
HSL 242.67º 0.18% 0.49% -
HSV(B) 242.67º 0.31% 0.58% -
XYZ 15.73 14.55 29.58 -
YUV 107.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 104 102 147 0.29 0.31 0 0.42 242.67 0.18 0.49
Hex 68 66 93 1D 1F 0 2A F3 12 31
Octal 150 146 223 35 37 0 52 363 22 61
Binary 1101000 1100110 10010011 11101 11111 0 101010 11110011 10010 110001

Color Harmonies of #686693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686693

Black with #686693

Text Example


Text Example

White with #686693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686693; }

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

 H1.HeaderClassName
 {
   color: #686693;
 }
 .AnyTagClassName
 {
   color: #686693;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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