Html Css Color HEX #685999 Scampi

📋 copy color: '#685999'

red 104 ◦ green 89 ◦ blue 153

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

Shades of Scampi #685999

Tints of Scampi #685999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 30.06%
G = 25.72%
B = 44.22%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#685999 (or 0x685999) is known color: Scampi. HEX triplet: 68, 59 and 99. RGB value is (104,89,153). Sum of RGB (Red+Green+Blue) = 104+89+153=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #685999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685999 is #97A666. Grayscale: #646464. Windows color (decimal): -9938535 or 10049896. OLE color: 10049896.

HSL color Cylindrical-coordinate representation of color #685999: hue angle of 254.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #685999 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 89 153 -
CMYK 0.32 0.42 0 0.4
HSL 254.06º 0.26% 0.47% -
HSV(B) 254.06º 0.42% 0.6% -
XYZ 15.03 12.39 31.74 -
YUV 100.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 104 89 153 0.32 0.42 0 0.4 254.06 0.26 0.47
Hex 68 59 99 20 2A 0 28 FE 1A 2F
Octal 150 131 231 40 52 0 50 376 32 57
Binary 1101000 1011001 10011001 100000 101010 0 101000 11111110 11010 101111

Color Harmonies of #685999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685999

Black with #685999

Text Example


Text Example

White with #685999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685999; }

 p { color: rgb(104,89,153); }

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

background-color css

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

 a { background-color: rgb(104,89,153); }

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

border-color css

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

 span { border-color: rgb(104,89,153); }

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