Html Css Color HEX #686A9F Scampi

📋 copy color: '#686A9F'

red 104 ◦ green 106 ◦ blue 159

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

Shades of Scampi #686A9F

Tints of Scampi #686A9F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 28.18%
G = 28.73%
B = 43.09%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#686A9F (or 0x686A9F) is known color: Scampi. HEX triplet: 68, 6A and 9F. RGB value is (104,106,159). Sum of RGB (Red+Green+Blue) = 104+106+159=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #686A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A9F is #979560. Grayscale: #6F6F6F. Windows color (decimal): -9934177 or 10447464. OLE color: 10447464.

HSL color Cylindrical-coordinate representation of color #686A9F: hue angle of 237.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686A9F is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 106 159 -
CMYK 0.35 0.33 0 0.38
HSL 237.82º 0.22% 0.52% -
HSV(B) 237.82º 0.35% 0.62% -
XYZ 17.12 15.75 34.94 -
YUV 111.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 104 106 159 0.35 0.33 0 0.38 237.82 0.22 0.52
Hex 68 6A 9F 23 21 0 26 EE 16 34
Octal 150 152 237 43 41 0 46 356 26 64
Binary 1101000 1101010 10011111 100011 100001 0 100110 11101110 10110 110100

Color Harmonies of #686A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A9F

Black with #686A9F

Text Example


Text Example

White with #686A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,159); }

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

background-color css

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

 a { background-color: rgb(104,106,159); }

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

border-color css

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

 span { border-color: rgb(104,106,159); }

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