Html Css Color HEX #686999 Scampi

📋 copy color: '#686999'

red 104 ◦ green 105 ◦ blue 153

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

Shades of Scampi #686999

Tints of Scampi #686999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 28.73%
G = 29.01%
B = 42.27%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#686999 (or 0x686999) is known color: Scampi. HEX triplet: 68, 69 and 99. RGB value is (104,105,153). Sum of RGB (Red+Green+Blue) = 104+105+153=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #686999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686999 is #979666. Grayscale: #6D6D6D. Windows color (decimal): -9934439 or 10053992. OLE color: 10053992.

HSL color Cylindrical-coordinate representation of color #686999: hue angle of 238.78º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #686999 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 105 153 -
CMYK 0.32 0.31 0 0.4
HSL 238.78º 0.19% 0.5% -
HSV(B) 238.78º 0.32% 0.6% -
XYZ 16.51 15.35 32.23 -
YUV 110.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 104 105 153 0.32 0.31 0 0.4 238.78 0.19 0.5
Hex 68 69 99 20 1F 0 28 EF 13 32
Octal 150 151 231 40 37 0 50 357 23 62
Binary 1101000 1101001 10011001 100000 11111 0 101000 11101111 10011 110010

Color Harmonies of #686999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686999

Black with #686999

Text Example


Text Example

White with #686999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686999; }

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

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

background-color css

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

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

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

border-color css

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

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

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