Html Css Color HEX #686795 Scampi

📋 copy color: '#686795'

red 104 ◦ green 103 ◦ blue 149

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

Shades of Scampi #686795

Tints of Scampi #686795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 29.21%
G = 28.93%
B = 41.85%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686795 (or 0x686795) is known color: Scampi. HEX triplet: 68, 67 and 95. RGB value is (104,103,149). Sum of RGB (Red+Green+Blue) = 104+103+149=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #686795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686795 is #97986A. Grayscale: #6C6C6C. Windows color (decimal): -9934955 or 9791336. OLE color: 9791336.

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

Color convert

RGB 104 103 149 -
CMYK 0.30 0.31 0 0.42
HSL 241.3º 0.18% 0.49% -
HSV(B) 241.3º 0.31% 0.58% -
XYZ 15.98 14.81 30.45 -
YUV 108.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 104 103 149 0.30 0.31 0 0.42 241.3 0.18 0.49
Hex 68 67 95 1E 1F 0 2A F1 12 31
Octal 150 147 225 36 37 0 52 361 22 61
Binary 1101000 1100111 10010101 11110 11111 0 101010 11110001 10010 110001

Color Harmonies of #686795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686795

Black with #686795

Text Example


Text Example

White with #686795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686795; }

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

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

background-color css

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

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

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

border-color css

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

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

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