Html Css Color HEX #686993 Scampi

📋 copy color: '#686993'

red 104 ◦ green 105 ◦ blue 147

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

Shades of Scampi #686993

Tints of Scampi #686993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 29.21%
G = 29.49%
B = 41.29%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686993 (or 0x686993) is known color: Scampi. HEX triplet: 68, 69 and 93. RGB value is (104,105,147). Sum of RGB (Red+Green+Blue) = 104+105+147=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #686993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686993 is #97966C. Grayscale: #6D6D6D. Windows color (decimal): -9934445 or 9660776. OLE color: 9660776.

HSL color Cylindrical-coordinate representation of color #686993: hue angle of 238.6º 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 #686993 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 105 147 -
CMYK 0.29 0.29 0 0.42
HSL 238.6º 0.17% 0.49% -
HSV(B) 238.6º 0.29% 0.58% -
XYZ 16.03 15.15 29.68 -
YUV 109.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 104 105 147 0.29 0.29 0 0.42 238.6 0.17 0.49
Hex 68 69 93 1D 1D 0 2A EF 11 31
Octal 150 151 223 35 35 0 52 357 21 61
Binary 1101000 1101001 10010011 11101 11101 0 101010 11101111 10001 110001

Color Harmonies of #686993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686993

Black with #686993

Text Example


Text Example

White with #686993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686993; }

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

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

background-color css

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

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

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

border-color css

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

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

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