Html Css Color HEX #686797 Scampi

📋 copy color: '#686797'

red 104 ◦ green 103 ◦ blue 151

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

Shades of Scampi #686797

Tints of Scampi #686797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 29.05%
G = 28.77%
B = 42.18%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#686797 (or 0x686797) is known color: Scampi. HEX triplet: 68, 67 and 97. RGB value is (104,103,151). Sum of RGB (Red+Green+Blue) = 104+103+151=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #686797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686797 is #979868. Grayscale: #6C6C6C. Windows color (decimal): -9934953 or 9922408. OLE color: 9922408.

HSL color Cylindrical-coordinate representation of color #686797: hue angle of 241.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686797 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 103 151 -
CMYK 0.31 0.32 0 0.41
HSL 241.25º 0.19% 0.5% -
HSV(B) 241.25º 0.32% 0.59% -
XYZ 16.15 14.88 31.3 -
YUV 108.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 104 103 151 0.31 0.32 0 0.41 241.25 0.19 0.5
Hex 68 67 97 1F 20 0 29 F1 13 32
Octal 150 147 227 37 40 0 51 361 23 62
Binary 1101000 1100111 10010111 11111 100000 0 101001 11110001 10011 110010

Color Harmonies of #686797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686797

Black with #686797

Text Example


Text Example

White with #686797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686797; }

 p { color: rgb(104,103,151); }

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

background-color css

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

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

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

border-color css

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

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

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