Html Css Color HEX #686793 Scampi

📋 copy color: '#686793'

red 104 ◦ green 103 ◦ blue 147

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

Shades of Scampi #686793

Tints of Scampi #686793

RGB

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

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

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

R = 29.38%
G = 29.1%
B = 41.53%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686793 (or 0x686793) is known color: Scampi. HEX triplet: 68, 67 and 93. RGB value is (104,103,147). Sum of RGB (Red+Green+Blue) = 104+103+147=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #686793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686793 is #97986C. Grayscale: #6C6C6C. Windows color (decimal): -9934957 or 9660264. OLE color: 9660264.

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

Color convert

RGB 104 103 147 -
CMYK 0.29 0.30 0 0.42
HSL 241.36º 0.18% 0.49% -
HSV(B) 241.36º 0.3% 0.58% -
XYZ 15.83 14.75 29.62 -
YUV 108.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 104 103 147 0.29 0.30 0 0.42 241.36 0.18 0.49
Hex 68 67 93 1D 1E 0 2A F1 12 31
Octal 150 147 223 35 36 0 52 361 22 61
Binary 1101000 1100111 10010011 11101 11110 0 101010 11110001 10010 110001

Color Harmonies of #686793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686793

Black with #686793

Text Example


Text Example

White with #686793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686793; }

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

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

background-color css

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

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

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

border-color css

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

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

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