Html Css Color HEX #686193 Scampi

📋 copy color: '#686193'

red 104 ◦ green 97 ◦ blue 147

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

Shades of Scampi #686193

Tints of Scampi #686193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 29.89%
G = 27.87%
B = 42.24%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686193 (or 0x686193) is known color: Scampi. HEX triplet: 68, 61 and 93. RGB value is (104,97,147). Sum of RGB (Red+Green+Blue) = 104+97+147=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #686193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686193 is #979E6C. Grayscale: #686868. Windows color (decimal): -9936493 or 9658728. OLE color: 9658728.

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

Color convert

RGB 104 97 147 -
CMYK 0.29 0.34 0 0.42
HSL 248.4º 0.2% 0.48% -
HSV(B) 248.4º 0.34% 0.58% -
XYZ 15.25 13.6 29.42 -
YUV 104.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 104 97 147 0.29 0.34 0 0.42 248.4 0.2 0.48
Hex 68 61 93 1D 22 0 2A F8 14 30
Octal 150 141 223 35 42 0 52 370 24 60
Binary 1101000 1100001 10010011 11101 100010 0 101010 11111000 10100 110000

Color Harmonies of #686193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686193

Black with #686193

Text Example


Text Example

White with #686193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686193; }

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

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

background-color css

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

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

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

border-color css

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

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

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