Html Css Color HEX #686892 Scampi

📋 copy color: '#686892'

red 104 ◦ green 104 ◦ blue 146

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

Shades of Scampi #686892

Tints of Scampi #686892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 29.38%
G = 29.38%
B = 41.24%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686892 (or 0x686892) is known color: Scampi. HEX triplet: 68, 68 and 92. RGB value is (104,104,146). Sum of RGB (Red+Green+Blue) = 104+104+146=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #686892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686892 is #97976D. Grayscale: #6C6C6C. Windows color (decimal): -9934702 or 9594984. OLE color: 9594984.

HSL color Cylindrical-coordinate representation of color #686892: hue angle of 240º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686892 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 104 146 -
CMYK 0.29 0.29 0 0.43
HSL 240º 0.17% 0.49% -
HSV(B) 240º 0.29% 0.57% -
XYZ 15.85 14.92 29.24 -
YUV 108.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 104 104 146 0.29 0.29 0 0.43 240 0.17 0.49
Hex 68 68 92 1D 1D 0 2B F0 11 31
Octal 150 150 222 35 35 0 53 360 21 61
Binary 1101000 1101000 10010010 11101 11101 0 101011 11110000 10001 110001

Color Harmonies of #686892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686892

Black with #686892

Text Example


Text Example

White with #686892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686892; }

 p { color: rgb(104,104,146); }

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

background-color css

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

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

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

border-color css

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

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

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