Html Css Color HEX #686891 Scampi

📋 copy color: '#686891'

red 104 ◦ green 104 ◦ blue 145

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

Shades of Scampi #686891

Tints of Scampi #686891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 29.46%
G = 29.46%
B = 41.08%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686891 (or 0x686891) is known color: Scampi. HEX triplet: 68, 68 and 91. RGB value is (104,104,145). Sum of RGB (Red+Green+Blue) = 104+104+145=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #686891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686891 is #97976E. Grayscale: #6C6C6C. Windows color (decimal): -9934703 or 9529448. OLE color: 9529448.

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

Color convert

RGB 104 104 145 -
CMYK 0.28 0.28 0 0.43
HSL 240º 0.16% 0.49% -
HSV(B) 240º 0.28% 0.57% -
XYZ 15.77 14.89 28.83 -
YUV 108.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 104 104 145 0.28 0.28 0 0.43 240 0.16 0.49
Hex 68 68 91 1C 1C 0 2B F0 10 31
Octal 150 150 221 34 34 0 53 360 20 61
Binary 1101000 1101000 10010001 11100 11100 0 101011 11110000 10000 110001

Color Harmonies of #686891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686891

Black with #686891

Text Example


Text Example

White with #686891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686891; }

 p { color: rgb(104,104,145); }

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

background-color css

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

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

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

border-color css

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

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

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