Html Css Color HEX #686A92 Scampi

📋 copy color: '#686A92'

red 104 ◦ green 106 ◦ blue 146

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

Shades of Scampi #686A92

Tints of Scampi #686A92

RGB

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

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

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

R = 29.21%
G = 29.78%
B = 41.01%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686A92 (or 0x686A92) is known color: Scampi. HEX triplet: 68, 6A and 92. RGB value is (104,106,146). Sum of RGB (Red+Green+Blue) = 104+106+146=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #686A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A92 is #97956D. Grayscale: #6D6D6D. Windows color (decimal): -9934190 or 9595496. OLE color: 9595496.

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

Color convert

RGB 104 106 146 -
CMYK 0.29 0.27 0 0.43
HSL 237.14º 0.17% 0.49% -
HSV(B) 237.14º 0.29% 0.57% -
XYZ 16.05 15.33 29.31 -
YUV 109.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 104 106 146 0.29 0.27 0 0.43 237.14 0.17 0.49
Hex 68 6A 92 1D 1B 0 2B ED 11 31
Octal 150 152 222 35 33 0 53 355 21 61
Binary 1101000 1101010 10010010 11101 11011 0 101011 11101101 10001 110001

Color Harmonies of #686A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A92

Black with #686A92

Text Example


Text Example

White with #686A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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