Html Css Color HEX #686192 Scampi

📋 copy color: '#686192'

red 104 ◦ green 97 ◦ blue 146

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

Shades of Scampi #686192

Tints of Scampi #686192

RGB

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

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

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

R = 29.97%
G = 27.95%
B = 42.07%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686192 (or 0x686192) is known color: Scampi. HEX triplet: 68, 61 and 92. RGB value is (104,97,146). Sum of RGB (Red+Green+Blue) = 104+97+146=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #686192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686192 is #979E6D. Grayscale: #686868. Windows color (decimal): -9936494 or 9593192. OLE color: 9593192.

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

Color convert

RGB 104 97 146 -
CMYK 0.29 0.34 0 0.43
HSL 248.57º 0.2% 0.48% -
HSV(B) 248.57º 0.34% 0.57% -
XYZ 15.17 13.57 29.01 -
YUV 104.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 104 97 146 0.29 0.34 0 0.43 248.57 0.2 0.48
Hex 68 61 92 1D 22 0 2B F9 14 30
Octal 150 141 222 35 42 0 53 371 24 60
Binary 1101000 1100001 10010010 11101 100010 0 101011 11111001 10100 110000

Color Harmonies of #686192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686192

Black with #686192

Text Example


Text Example

White with #686192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686192; }

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

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

background-color css

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

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

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

border-color css

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

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

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