Html Css Color HEX #685AA0 Scampi

📋 copy color: '#685AA0'

red 104 ◦ green 90 ◦ blue 160

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

Shades of Scampi #685AA0

Tints of Scampi #685AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.2%

R = 29.38%
G = 25.42%
B = 45.2%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#685AA0 (or 0x685AA0) is known color: Scampi. HEX triplet: 68, 5A and A0. RGB value is (104,90,160). Sum of RGB (Red+Green+Blue) = 104+90+160=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #685AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AA0 is #97A55F. Grayscale: #656565. Windows color (decimal): -9938272 or 10508904. OLE color: 10508904.

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

Color convert

RGB 104 90 160 -
CMYK 0.35 0.44 0 0.37
HSL 252º 0.28% 0.49% -
HSV(B) 252º 0.44% 0.63% -
XYZ 15.71 12.79 34.9 -
YUV 102.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 104 90 160 0.35 0.44 0 0.37 252 0.28 0.49
Hex 68 5A A0 23 2C 0 25 FC 1C 31
Octal 150 132 240 43 54 0 45 374 34 61
Binary 1101000 1011010 10100000 100011 101100 0 100101 11111100 11100 110001

Color Harmonies of #685AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AA0

Black with #685AA0

Text Example


Text Example

White with #685AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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