Html Css Color HEX #686898 Scampi

📋 copy color: '#686898'

red 104 ◦ green 104 ◦ blue 152

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

Shades of Scampi #686898

Tints of Scampi #686898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 28.89%
G = 28.89%
B = 42.22%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#686898 (or 0x686898) is known color: Scampi. HEX triplet: 68, 68 and 98. RGB value is (104,104,152). Sum of RGB (Red+Green+Blue) = 104+104+152=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #686898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686898 is #979767. Grayscale: #6D6D6D. Windows color (decimal): -9934696 or 9988200. OLE color: 9988200.

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

Color convert

RGB 104 104 152 -
CMYK 0.32 0.32 0 0.40
HSL 240º 0.19% 0.5% -
HSV(B) 240º 0.32% 0.6% -
XYZ 16.33 15.11 31.76 -
YUV 109.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 104 104 152 0.32 0.32 0 0.40 240 0.19 0.5
Hex 68 68 98 20 20 0 28 F0 13 32
Octal 150 150 230 40 40 0 50 360 23 62
Binary 1101000 1101000 10011000 100000 100000 0 101000 11110000 10011 110010

Color Harmonies of #686898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686898

Black with #686898

Text Example


Text Example

White with #686898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686898; }

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

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

background-color css

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

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

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

border-color css

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

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

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