Html Css Color HEX #686A90 Scampi

📋 copy color: '#686A90'

red 104 ◦ green 106 ◦ blue 144

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

Shades of Scampi #686A90

Tints of Scampi #686A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

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

R = 29.38%
G = 29.94%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686A90 (or 0x686A90) is known color: Scampi. HEX triplet: 68, 6A and 90. RGB value is (104,106,144). Sum of RGB (Red+Green+Blue) = 104+106+144=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #686A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A90 is #97956F. Grayscale: #6D6D6D. Windows color (decimal): -9934192 or 9464424. OLE color: 9464424.

HSL color Cylindrical-coordinate representation of color #686A90: hue angle of 237º 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 #686A90 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 106 144 -
CMYK 0.28 0.26 0 0.44
HSL 237º 0.16% 0.49% -
HSV(B) 237º 0.28% 0.56% -
XYZ 15.9 15.26 28.49 -
YUV 109.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 104 106 144 0.28 0.26 0 0.44 237 0.16 0.49
Hex 68 6A 90 1C 1A 0 2C ED 10 31
Octal 150 152 220 34 32 0 54 355 20 61
Binary 1101000 1101010 10010000 11100 11010 0 101100 11101101 10000 110001

Color Harmonies of #686A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A90

Black with #686A90

Text Example


Text Example

White with #686A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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