Html Css Color HEX #685E9C Scampi

📋 copy color: '#685E9C'

red 104 ◦ green 94 ◦ blue 156

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

Shades of Scampi #685E9C

Tints of Scampi #685E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 29.38%
G = 26.55%
B = 44.07%

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

#685E9C (or 0x685E9C) is known color: Scampi. HEX triplet: 68, 5E and 9C. RGB value is (104,94,156). Sum of RGB (Red+Green+Blue) = 104+94+156=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #685E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E9C is #97A163. Grayscale: #676767. Windows color (decimal): -9937252 or 10247784. OLE color: 10247784.

HSL color Cylindrical-coordinate representation of color #685E9C: hue angle of 249.68º 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 #685E9C is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 94 156 -
CMYK 0.33 0.40 0 0.39
HSL 249.68º 0.25% 0.49% -
HSV(B) 249.68º 0.4% 0.61% -
XYZ 15.71 13.35 33.2 -
YUV 104.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 104 94 156 0.33 0.40 0 0.39 249.68 0.25 0.49
Hex 68 5E 9C 21 28 0 27 FA 19 31
Octal 150 136 234 41 50 0 47 372 31 61
Binary 1101000 1011110 10011100 100001 101000 0 100111 11111010 11001 110001

Color Harmonies of #685E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E9C

Black with #685E9C

Text Example


Text Example

White with #685E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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