Html Css Color HEX #686A93 Scampi

📋 copy color: '#686A93'

red 104 ◦ green 106 ◦ blue 147

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

Shades of Scampi #686A93

Tints of Scampi #686A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 29.13%
G = 29.69%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686A93 (or 0x686A93) is known color: Scampi. HEX triplet: 68, 6A and 93. RGB value is (104,106,147). Sum of RGB (Red+Green+Blue) = 104+106+147=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #686A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A93 is #97956C. Grayscale: #6D6D6D. Windows color (decimal): -9934189 or 9661032. OLE color: 9661032.

HSL color Cylindrical-coordinate representation of color #686A93: hue angle of 237.21º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686A93 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 106 147 -
CMYK 0.29 0.28 0 0.42
HSL 237.21º 0.17% 0.49% -
HSV(B) 237.21º 0.29% 0.58% -
XYZ 16.13 15.36 29.72 -
YUV 110.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 104 106 147 0.29 0.28 0 0.42 237.21 0.17 0.49
Hex 68 6A 93 1D 1C 0 2A ED 11 31
Octal 150 152 223 35 34 0 52 355 21 61
Binary 1101000 1101010 10010011 11101 11100 0 101010 11101101 10001 110001

Color Harmonies of #686A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A93

Black with #686A93

Text Example


Text Example

White with #686A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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