Html Css Color HEX #686692 Scampi

📋 copy color: '#686692'

red 104 ◦ green 102 ◦ blue 146

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

Shades of Scampi #686692

Tints of Scampi #686692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

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

R = 29.55%
G = 28.98%
B = 41.48%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686692 (or 0x686692) is known color: Scampi. HEX triplet: 68, 66 and 92. RGB value is (104,102,146). Sum of RGB (Red+Green+Blue) = 104+102+146=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #686692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686692 is #97996D. Grayscale: #6B6B6B. Windows color (decimal): -9935214 or 9594472. OLE color: 9594472.

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

Color convert

RGB 104 102 146 -
CMYK 0.29 0.30 0 0.43
HSL 242.73º 0.18% 0.49% -
HSV(B) 242.73º 0.3% 0.57% -
XYZ 15.65 14.52 29.17 -
YUV 107.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 104 102 146 0.29 0.30 0 0.43 242.73 0.18 0.49
Hex 68 66 92 1D 1E 0 2B F3 12 31
Octal 150 146 222 35 36 0 53 363 22 61
Binary 1101000 1100110 10010010 11101 11110 0 101011 11110011 10010 110001

Color Harmonies of #686692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686692

Black with #686692

Text Example


Text Example

White with #686692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686692; }

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

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

background-color css

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

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

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

border-color css

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

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

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