Html Css Color HEX #685F98 Scampi

📋 copy color: '#685F98'

red 104 ◦ green 95 ◦ blue 152

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

Shades of Scampi #685F98

Tints of Scampi #685F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

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

R = 29.63%
G = 27.07%
B = 43.3%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#685F98 (or 0x685F98) is known color: Scampi. HEX triplet: 68, 5F and 98. RGB value is (104,95,152). Sum of RGB (Red+Green+Blue) = 104+95+152=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #685F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685F98 is #97A067. Grayscale: #676767. Windows color (decimal): -9937000 or 9985896. OLE color: 9985896.

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

Color convert

RGB 104 95 152 -
CMYK 0.32 0.38 0 0.40
HSL 249.47º 0.23% 0.48% -
HSV(B) 249.47º 0.38% 0.6% -
XYZ 15.47 13.39 31.48 -
YUV 104.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 104 95 152 0.32 0.38 0 0.40 249.47 0.23 0.48
Hex 68 5F 98 20 26 0 28 F9 17 30
Octal 150 137 230 40 46 0 50 371 27 60
Binary 1101000 1011111 10011000 100000 100110 0 101000 11111001 10111 110000

Color Harmonies of #685F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F98

Black with #685F98

Text Example


Text Example

White with #685F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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