#685BA4

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

Shades of Scampi #685BA4

Tints of Scampi #685BA4

Color information

#685BA4 (or 0x685BA4) is unknown color: approx Scampi. HEX triplet: 68, 5B and A4. RGB value is (104,91,164). Sum of RGB (Red+Green+Blue) = 104+91+164=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #685BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BA4 is #97A45B. Grayscale: #666666. Windows color (decimal): -9938012 or 10771304. OLE color: 10771304.

HSL color Cylindrical-coordinate representation of color #685BA4: hue angle of 250.68º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685BA4 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10491164-
CMYK0.370.4500.36
HSL250.68º28.63%50%-
HSV(B)250.68º44.51%64.31%-
XYZ16.1513.1136.8-
YUV103.21162.31128.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=28.97%
G=25.35%
B=45.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104911640.370.4500.36250.6828.6350
Hex685BA4252D024fb1d32
Octal15013324445550443733562
Binary110100010110111010010010010110110101001001111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,164); }

 H1.HeaderClassName
 {
   color: #685BA4;
 }
 .AnyTagClassName
 {
   color: #685BA4;
 }
</style>
background-color css

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

 a { background-color: rgb(104,91,164); }

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

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

 span { border-color: rgb(104,91,164); }

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