Html Css Color HEX #686095 Scampi

📋 copy color: '#686095'

red 104 ◦ green 96 ◦ blue 149

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

Shades of Scampi #686095

Tints of Scampi #686095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.51%

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 29.8%
G = 27.51%
B = 42.69%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686095 (or 0x686095) is known color: Scampi. HEX triplet: 68, 60 and 95. RGB value is (104,96,149). Sum of RGB (Red+Green+Blue) = 104+96+149=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #686095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686095 is #979F6A. Grayscale: #686868. Windows color (decimal): -9936747 or 9789544. OLE color: 9789544.

HSL color Cylindrical-coordinate representation of color #686095: hue angle of 249.06º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686095 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 96 149 -
CMYK 0.30 0.36 0 0.42
HSL 249.06º 0.22% 0.48% -
HSV(B) 249.06º 0.36% 0.58% -
XYZ 15.32 13.48 30.23 -
YUV 104.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 104 96 149 0.30 0.36 0 0.42 249.06 0.22 0.48
Hex 68 60 95 1E 24 0 2A F9 16 30
Octal 150 140 225 36 44 0 52 371 26 60
Binary 1101000 1100000 10010101 11110 100100 0 101010 11111001 10110 110000

Color Harmonies of #686095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686095

Black with #686095

Text Example


Text Example

White with #686095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686095; }

 p { color: rgb(104,96,149); }

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

background-color css

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

 a { background-color: rgb(104,96,149); }

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

border-color css

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

 span { border-color: rgb(104,96,149); }

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