Html Css Color HEX #686697 Scampi

📋 copy color: '#686697'

red 104 ◦ green 102 ◦ blue 151

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

Shades of Scampi #686697

Tints of Scampi #686697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 29.13%
G = 28.57%
B = 42.3%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#686697 (or 0x686697) is known color: Scampi. HEX triplet: 68, 66 and 97. RGB value is (104,102,151). Sum of RGB (Red+Green+Blue) = 104+102+151=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #686697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686697 is #979968. Grayscale: #6B6B6B. Windows color (decimal): -9935209 or 9922152. OLE color: 9922152.

HSL color Cylindrical-coordinate representation of color #686697: hue angle of 242.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686697 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 102 151 -
CMYK 0.31 0.32 0 0.41
HSL 242.45º 0.19% 0.5% -
HSV(B) 242.45º 0.32% 0.59% -
XYZ 16.05 14.68 31.27 -
YUV 108.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 104 102 151 0.31 0.32 0 0.41 242.45 0.19 0.5
Hex 68 66 97 1F 20 0 29 F2 13 32
Octal 150 146 227 37 40 0 51 362 23 62
Binary 1101000 1100110 10010111 11111 100000 0 101001 11110010 10011 110010

Color Harmonies of #686697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686697

Black with #686697

Text Example


Text Example

White with #686697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686697; }

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

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

background-color css

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

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

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

border-color css

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

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

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