Html Css Color HEX #686599 Scampi

📋 copy color: '#686599'

red 104 ◦ green 101 ◦ blue 153

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

Shades of Scampi #686599

Tints of Scampi #686599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 29.05%
G = 28.21%
B = 42.74%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#686599 (or 0x686599) is known color: Scampi. HEX triplet: 68, 65 and 99. RGB value is (104,101,153). Sum of RGB (Red+Green+Blue) = 104+101+153=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #686599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686599 is #979A66. Grayscale: #6B6B6B. Windows color (decimal): -9935463 or 10052968. OLE color: 10052968.

HSL color Cylindrical-coordinate representation of color #686599: hue angle of 243.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686599 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 101 153 -
CMYK 0.32 0.34 0 0.4
HSL 243.46º 0.2% 0.5% -
HSV(B) 243.46º 0.34% 0.6% -
XYZ 16.11 14.55 32.1 -
YUV 107.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 104 101 153 0.32 0.34 0 0.4 243.46 0.2 0.5
Hex 68 65 99 20 22 0 28 F3 14 32
Octal 150 145 231 40 42 0 50 363 24 62
Binary 1101000 1100101 10011001 100000 100010 0 101000 11110011 10100 110010

Color Harmonies of #686599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686599

Black with #686599

Text Example


Text Example

White with #686599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686599; }

 p { color: rgb(104,101,153); }

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

background-color css

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

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

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

border-color css

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

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

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