Html Css Color HEX #686396 Scampi

📋 copy color: '#686396'

red 104 ◦ green 99 ◦ blue 150

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

Shades of Scampi #686396

Tints of Scampi #686396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 29.46%
G = 28.05%
B = 42.49%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#686396 (or 0x686396) is known color: Scampi. HEX triplet: 68, 63 and 96. RGB value is (104,99,150). Sum of RGB (Red+Green+Blue) = 104+99+150=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #686396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686396 is #979C69. Grayscale: #6A6A6A. Windows color (decimal): -9935978 or 9855848. OLE color: 9855848.

HSL color Cylindrical-coordinate representation of color #686396: hue angle of 245.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686396 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 99 150 -
CMYK 0.31 0.34 0 0.41
HSL 245.88º 0.2% 0.49% -
HSV(B) 245.88º 0.34% 0.59% -
XYZ 15.68 14.07 30.74 -
YUV 106.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 104 99 150 0.31 0.34 0 0.41 245.88 0.2 0.49
Hex 68 63 96 1F 22 0 29 F6 14 31
Octal 150 143 226 37 42 0 51 366 24 61
Binary 1101000 1100011 10010110 11111 100010 0 101001 11110110 10100 110001

Color Harmonies of #686396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686396

Black with #686396

Text Example


Text Example

White with #686396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686396; }

 p { color: rgb(104,99,150); }

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

background-color css

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

 a { background-color: rgb(104,99,150); }

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

border-color css

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

 span { border-color: rgb(104,99,150); }

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