Html Css Color HEX #686990 Scampi

📋 copy color: '#686990'

red 104 ◦ green 105 ◦ blue 144

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

Shades of Scampi #686990

Tints of Scampi #686990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 29.46%
G = 29.75%
B = 40.79%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686990 (or 0x686990) is known color: Scampi. HEX triplet: 68, 69 and 90. RGB value is (104,105,144). Sum of RGB (Red+Green+Blue) = 104+105+144=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #686990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686990 is #97966F. Grayscale: #6C6C6C. Windows color (decimal): -9934448 or 9464168. OLE color: 9464168.

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

Color convert

RGB 104 105 144 -
CMYK 0.28 0.27 0 0.44
HSL 238.5º 0.16% 0.49% -
HSV(B) 238.5º 0.28% 0.56% -
XYZ 15.79 15.06 28.46 -
YUV 109.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 104 105 144 0.28 0.27 0 0.44 238.5 0.16 0.49
Hex 68 69 90 1C 1B 0 2C EE 10 31
Octal 150 151 220 34 33 0 54 356 20 61
Binary 1101000 1101001 10010000 11100 11011 0 101100 11101110 10000 110001

Color Harmonies of #686990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686990

Black with #686990

Text Example


Text Example

White with #686990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686990; }

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

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

background-color css

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

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

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

border-color css

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

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

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