Html Css Color HEX #685A9F Scampi

📋 copy color: '#685A9F'

red 104 ◦ green 90 ◦ blue 159

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

Shades of Scampi #685A9F

Tints of Scampi #685A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 29.46%
G = 25.5%
B = 45.04%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#685A9F (or 0x685A9F) is known color: Scampi. HEX triplet: 68, 5A and 9F. RGB value is (104,90,159). Sum of RGB (Red+Green+Blue) = 104+90+159=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #685A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A9F is #97A560. Grayscale: #656565. Windows color (decimal): -9938273 or 10443368. OLE color: 10443368.

HSL color Cylindrical-coordinate representation of color #685A9F: hue angle of 252.17º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #685A9F is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 90 159 -
CMYK 0.35 0.43 0 0.38
HSL 252.17º 0.28% 0.49% -
HSV(B) 252.17º 0.43% 0.62% -
XYZ 15.62 12.76 34.44 -
YUV 102.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 104 90 159 0.35 0.43 0 0.38 252.17 0.28 0.49
Hex 68 5A 9F 23 2B 0 26 FC 1C 31
Octal 150 132 237 43 53 0 46 374 34 61
Binary 1101000 1011010 10011111 100011 101011 0 100110 11111100 11100 110001

Color Harmonies of #685A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A9F

Black with #685A9F

Text Example


Text Example

White with #685A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,159); }

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

background-color css

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

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

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

border-color css

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

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

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