Html Css Color HEX #686595 Scampi

📋 copy color: '#686595'

red 104 ◦ green 101 ◦ blue 149

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

Shades of Scampi #686595

Tints of Scampi #686595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 29.38%
G = 28.53%
B = 42.09%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686595 (or 0x686595) is known color: Scampi. HEX triplet: 68, 65 and 95. RGB value is (104,101,149). Sum of RGB (Red+Green+Blue) = 104+101+149=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #686595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686595 is #979A6A. Grayscale: #6B6B6B. Windows color (decimal): -9935467 or 9790824. OLE color: 9790824.

HSL color Cylindrical-coordinate representation of color #686595: hue angle of 243.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686595 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 101 149 -
CMYK 0.30 0.32 0 0.42
HSL 243.75º 0.19% 0.49% -
HSV(B) 243.75º 0.32% 0.58% -
XYZ 15.79 14.42 30.39 -
YUV 107.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 104 101 149 0.30 0.32 0 0.42 243.75 0.19 0.49
Hex 68 65 95 1E 20 0 2A F4 13 31
Octal 150 145 225 36 40 0 52 364 23 61
Binary 1101000 1100101 10010101 11110 100000 0 101010 11110100 10011 110001

Color Harmonies of #686595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686595

Black with #686595

Text Example


Text Example

White with #686595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686595; }

 p { color: rgb(104,101,149); }

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

background-color css

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

 a { background-color: rgb(104,101,149); }

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

border-color css

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

 span { border-color: rgb(104,101,149); }

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