#685887

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

Shades of Butterfly Bush #685887

Tints of Butterfly Bush #685887

Color information

#685887 (or 0x685887) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 87. RGB value is (104,88,135). Sum of RGB (Red+Green+Blue) = 104+88+135=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #685887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685887 is #97A778. Grayscale: #616161. Windows color (decimal): -9938809 or 8869992. OLE color: 8869992.

HSL color Cylindrical-coordinate representation of color #685887: hue angle of 260.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685887 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10488135-
CMYK0.230.3500.47
HSL260.43º21.08%43.73%-
HSV(B)260.43º34.81%52.94%-
XYZ13.5711.6724.46-
YUV98.14148.8132.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=31.80%
G=26.91%
B=41.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104881350.230.3500.47260.4321.0843.73
Hex685887172302F104152c
Octal15013020727430574042554
Binary110100010110001000011110111100011010111110000010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685887; }

 p { color: rgb(104,88,135); }

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

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

 a { background-color: rgb(104,88,135); }

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

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

 span { border-color: rgb(104,88,135); }

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