Html Css Color HEX #685D9C Scampi

📋 copy color: '#685D9C'

red 104 ◦ green 93 ◦ blue 156

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

Shades of Scampi #685D9C

Tints of Scampi #685D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 29.46%
G = 26.35%
B = 44.19%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#685D9C (or 0x685D9C) is known color: Scampi. HEX triplet: 68, 5D and 9C. RGB value is (104,93,156). Sum of RGB (Red+Green+Blue) = 104+93+156=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #685D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D9C is #97A263. Grayscale: #676767. Windows color (decimal): -9937508 or 10247528. OLE color: 10247528.

HSL color Cylindrical-coordinate representation of color #685D9C: hue angle of 250.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #685D9C is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 93 156 -
CMYK 0.33 0.40 0 0.39
HSL 250.48º 0.25% 0.49% -
HSV(B) 250.48º 0.4% 0.61% -
XYZ 15.62 13.17 33.17 -
YUV 103.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 104 93 156 0.33 0.40 0 0.39 250.48 0.25 0.49
Hex 68 5D 9C 21 28 0 27 FA 19 31
Octal 150 135 234 41 50 0 47 372 31 61
Binary 1101000 1011101 10011100 100001 101000 0 100111 11111010 11001 110001

Color Harmonies of #685D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D9C

Black with #685D9C

Text Example


Text Example

White with #685D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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