#685999

Color #685999 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #685999

Tints of Scampi #685999

Color information

#685999 (or 0x685999) is unknown color: approx 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

RGB10489153-
CMYK0.320.4200.4
HSL254.06º26.45%47.45%-
HSV(B)254.06º41.83%60%-
XYZ15.0312.3931.74-
YUV100.78157.47130.3-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104891530.320.4200.4254.0626.4547.45
Hex685999202A028fe1a2f
Octal15013123140520503763257
Binary110100010110011001100110000010101001010001111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>