Html Css Color HEX #686594 Scampi

📋 copy color: '#686594'

red 104 ◦ green 101 ◦ blue 148

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

Shades of Scampi #686594

Tints of Scampi #686594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 29.46%
G = 28.61%
B = 41.93%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686594 (or 0x686594) is known color: Scampi. HEX triplet: 68, 65 and 94. RGB value is (104,101,148). Sum of RGB (Red+Green+Blue) = 104+101+148=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #686594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686594 is #979A6B. Grayscale: #6B6B6B. Windows color (decimal): -9935468 or 9725288. OLE color: 9725288.

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

Color convert

RGB 104 101 148 -
CMYK 0.30 0.32 0 0.42
HSL 243.83º 0.19% 0.49% -
HSV(B) 243.83º 0.32% 0.58% -
XYZ 15.71 14.39 29.97 -
YUV 107.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 104 101 148 0.30 0.32 0 0.42 243.83 0.19 0.49
Hex 68 65 94 1E 20 0 2A F4 13 31
Octal 150 145 224 36 40 0 52 364 23 61
Binary 1101000 1100101 10010100 11110 100000 0 101010 11110100 10011 110001

Color Harmonies of #686594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686594

Black with #686594

Text Example


Text Example

White with #686594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686594; }

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

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

background-color css

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

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

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

border-color css

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

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

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