Html Css Color HEX #686B96 Scampi

📋 copy color: '#686B96'

red 104 ◦ green 107 ◦ blue 150

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

Shades of Scampi #686B96

Tints of Scampi #686B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 28.81%
G = 29.64%
B = 41.55%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#686B96 (or 0x686B96) is known color: Scampi. HEX triplet: 68, 6B and 96. RGB value is (104,107,150). Sum of RGB (Red+Green+Blue) = 104+107+150=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #686B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B96 is #979469. Grayscale: #6E6E6E. Windows color (decimal): -9933930 or 9857896. OLE color: 9857896.

HSL color Cylindrical-coordinate representation of color #686B96: hue angle of 236.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686B96 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 107 150 -
CMYK 0.31 0.29 0 0.41
HSL 236.09º 0.18% 0.5% -
HSV(B) 236.09º 0.31% 0.59% -
XYZ 16.47 15.66 31.01 -
YUV 111.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 104 107 150 0.31 0.29 0 0.41 236.09 0.18 0.5
Hex 68 6B 96 1F 1D 0 29 EC 12 32
Octal 150 153 226 37 35 0 51 354 22 62
Binary 1101000 1101011 10010110 11111 11101 0 101001 11101100 10010 110010

Color Harmonies of #686B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B96

Black with #686B96

Text Example


Text Example

White with #686B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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