Html Css Color HEX #686094 Scampi

📋 copy color: '#686094'

red 104 ◦ green 96 ◦ blue 148

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

Shades of Scampi #686094

Tints of Scampi #686094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 29.89%
G = 27.59%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686094 (or 0x686094) is known color: Scampi. HEX triplet: 68, 60 and 94. RGB value is (104,96,148). Sum of RGB (Red+Green+Blue) = 104+96+148=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #686094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686094 is #979F6B. Grayscale: #686868. Windows color (decimal): -9936748 or 9724008. OLE color: 9724008.

HSL color Cylindrical-coordinate representation of color #686094: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686094 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 96 148 -
CMYK 0.30 0.35 0 0.42
HSL 249.23º 0.21% 0.48% -
HSV(B) 249.23º 0.35% 0.58% -
XYZ 15.24 13.45 29.81 -
YUV 104.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 104 96 148 0.30 0.35 0 0.42 249.23 0.21 0.48
Hex 68 60 94 1E 23 0 2A F9 15 30
Octal 150 140 224 36 43 0 52 371 25 60
Binary 1101000 1100000 10010100 11110 100011 0 101010 11111001 10101 110000

Color Harmonies of #686094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686094

Black with #686094

Text Example


Text Example

White with #686094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686094; }

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

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

background-color css

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

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

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

border-color css

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

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

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