Html Css Color HEX #686199 Scampi

📋 copy color: '#686199'

red 104 ◦ green 97 ◦ blue 153

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

Shades of Scampi #686199

Tints of Scampi #686199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 29.38%
G = 27.4%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#686199 (or 0x686199) is known color: Scampi. HEX triplet: 68, 61 and 99. RGB value is (104,97,153). Sum of RGB (Red+Green+Blue) = 104+97+153=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #686199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686199 is #979E66. Grayscale: #696969. Windows color (decimal): -9936487 or 10051944. OLE color: 10051944.

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

Color convert

RGB 104 97 153 -
CMYK 0.32 0.37 0 0.4
HSL 247.5º 0.22% 0.49% -
HSV(B) 247.5º 0.37% 0.6% -
XYZ 15.73 13.79 31.97 -
YUV 105.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 104 97 153 0.32 0.37 0 0.4 247.5 0.22 0.49
Hex 68 61 99 20 25 0 28 F8 16 31
Octal 150 141 231 40 45 0 50 370 26 61
Binary 1101000 1100001 10011001 100000 100101 0 101000 11111000 10110 110001

Color Harmonies of #686199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686199

Black with #686199

Text Example


Text Example

White with #686199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686199; }

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

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

background-color css

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

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

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

border-color css

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

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

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