Html Css Color HEX #686890 Scampi

📋 copy color: '#686890'

red 104 ◦ green 104 ◦ blue 144

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

Shades of Scampi #686890

Tints of Scampi #686890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 29.55%
G = 29.55%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686890 (or 0x686890) is known color: Scampi. HEX triplet: 68, 68 and 90. RGB value is (104,104,144). Sum of RGB (Red+Green+Blue) = 104+104+144=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #686890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686890 is #97976F. Grayscale: #6C6C6C. Windows color (decimal): -9934704 or 9463912. OLE color: 9463912.

HSL color Cylindrical-coordinate representation of color #686890: hue angle of 240º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686890 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 104 144 -
CMYK 0.28 0.28 0 0.44
HSL 240º 0.16% 0.49% -
HSV(B) 240º 0.28% 0.56% -
XYZ 15.69 14.86 28.43 -
YUV 108.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 104 104 144 0.28 0.28 0 0.44 240 0.16 0.49
Hex 68 68 90 1C 1C 0 2C F0 10 31
Octal 150 150 220 34 34 0 54 360 20 61
Binary 1101000 1101000 10010000 11100 11100 0 101100 11110000 10000 110001

Color Harmonies of #686890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686890

Black with #686890

Text Example


Text Example

White with #686890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686890; }

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

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

background-color css

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

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

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

border-color css

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

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

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