Html Css Color HEX #686894 Scampi

📋 copy color: '#686894'

red 104 ◦ green 104 ◦ blue 148

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

Shades of Scampi #686894

Tints of Scampi #686894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 29.21%
G = 29.21%
B = 41.57%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686894 (or 0x686894) is known color: Scampi. HEX triplet: 68, 68 and 94. RGB value is (104,104,148). Sum of RGB (Red+Green+Blue) = 104+104+148=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #686894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686894 is #97976B. Grayscale: #6C6C6C. Windows color (decimal): -9934700 or 9726056. OLE color: 9726056.

HSL color Cylindrical-coordinate representation of color #686894: hue angle of 240º degrees, saturation: 0.17, 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 #686894 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 104 148 -
CMYK 0.30 0.30 0 0.42
HSL 240º 0.17% 0.49% -
HSV(B) 240º 0.3% 0.58% -
XYZ 16 14.98 30.07 -
YUV 109.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 104 104 148 0.30 0.30 0 0.42 240 0.17 0.49
Hex 68 68 94 1E 1E 0 2A F0 11 31
Octal 150 150 224 36 36 0 52 360 21 61
Binary 1101000 1101000 10010100 11110 11110 0 101010 11110000 10001 110001

Color Harmonies of #686894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686894

Black with #686894

Text Example


Text Example

White with #686894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686894; }

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

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

background-color css

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

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

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

border-color css

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

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

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