Html Css Color HEX #685D98 Scampi

📋 copy color: '#685D98'

red 104 ◦ green 93 ◦ blue 152

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

Shades of Scampi #685D98

Tints of Scampi #685D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

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

R = 29.8%
G = 26.65%
B = 43.55%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#685D98 (or 0x685D98) is known color: Scampi. HEX triplet: 68, 5D and 98. RGB value is (104,93,152). Sum of RGB (Red+Green+Blue) = 104+93+152=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #685D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D98 is #97A267. Grayscale: #666666. Windows color (decimal): -9937512 or 9985384. OLE color: 9985384.

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

Color convert

RGB 104 93 152 -
CMYK 0.32 0.39 0 0.40
HSL 251.19º 0.24% 0.48% -
HSV(B) 251.19º 0.39% 0.6% -
XYZ 15.29 13.04 31.42 -
YUV 103.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 104 93 152 0.32 0.39 0 0.40 251.19 0.24 0.48
Hex 68 5D 98 20 27 0 28 FB 18 30
Octal 150 135 230 40 47 0 50 373 30 60
Binary 1101000 1011101 10011000 100000 100111 0 101000 11111011 11000 110000

Color Harmonies of #685D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D98

Black with #685D98

Text Example


Text Example

White with #685D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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