Html Css Color HEX #686790 Scampi

📋 copy color: '#686790'

red 104 ◦ green 103 ◦ blue 144

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

Shades of Scampi #686790

Tints of Scampi #686790

RGB

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

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

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

R = 29.63%
G = 29.34%
B = 41.03%

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

#686790 (or 0x686790) is known color: Scampi. HEX triplet: 68, 67 and 90. RGB value is (104,103,144). Sum of RGB (Red+Green+Blue) = 104+103+144=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #686790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686790 is #97986F. Grayscale: #6B6B6B. Windows color (decimal): -9934960 or 9463656. OLE color: 9463656.

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

Color convert

RGB 104 103 144 -
CMYK 0.28 0.28 0 0.44
HSL 241.46º 0.17% 0.48% -
HSV(B) 241.46º 0.28% 0.56% -
XYZ 15.59 14.66 28.39 -
YUV 107.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 104 103 144 0.28 0.28 0 0.44 241.46 0.17 0.48
Hex 68 67 90 1C 1C 0 2C F1 11 30
Octal 150 147 220 34 34 0 54 361 21 60
Binary 1101000 1100111 10010000 11100 11100 0 101100 11110001 10001 110000

Color Harmonies of #686790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686790

Black with #686790

Text Example


Text Example

White with #686790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686790; }

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

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

background-color css

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

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

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

border-color css

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

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

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