Html Css Color HEX #686392 Scampi

📋 copy color: '#686392'

red 104 ◦ green 99 ◦ blue 146

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

Shades of Scampi #686392

Tints of Scampi #686392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 29.8%
G = 28.37%
B = 41.83%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686392 (or 0x686392) is known color: Scampi. HEX triplet: 68, 63 and 92. RGB value is (104,99,146). Sum of RGB (Red+Green+Blue) = 104+99+146=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #686392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686392 is #979C6D. Grayscale: #696969. Windows color (decimal): -9935982 or 9593704. OLE color: 9593704.

HSL color Cylindrical-coordinate representation of color #686392: hue angle of 246.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686392 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 99 146 -
CMYK 0.29 0.32 0 0.43
HSL 246.38º 0.19% 0.48% -
HSV(B) 246.38º 0.32% 0.57% -
XYZ 15.36 13.94 29.08 -
YUV 105.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 104 99 146 0.29 0.32 0 0.43 246.38 0.19 0.48
Hex 68 63 92 1D 20 0 2B F6 13 30
Octal 150 143 222 35 40 0 53 366 23 60
Binary 1101000 1100011 10010010 11101 100000 0 101011 11110110 10011 110000

Color Harmonies of #686392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686392

Black with #686392

Text Example


Text Example

White with #686392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686392; }

 p { color: rgb(104,99,146); }

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

background-color css

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

 a { background-color: rgb(104,99,146); }

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

border-color css

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

 span { border-color: rgb(104,99,146); }

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