#685895

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

Shades of Butterfly Bush #685895

Tints of Butterfly Bush #685895

Color information

#685895 (or 0x685895) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 95. RGB value is (104,88,149). Sum of RGB (Red+Green+Blue) = 104+88+149=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #685895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685895 is #97A76A. Grayscale: #636363. Windows color (decimal): -9938795 or 9787496. OLE color: 9787496.

HSL color Cylindrical-coordinate representation of color #685895: hue angle of 255.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685895 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10488149-
CMYK0.300.4100.42
HSL255.74º25.74%46.47%-
HSV(B)255.74º40.94%58.43%-
XYZ14.6212.0930-
YUV99.74155.8131.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=30.50%
G=25.81%
B=43.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104881490.300.4100.42255.7425.7446.47
Hex6858951E2902A1001a2e
Octal15013022536510524003256
Binary110100010110001001010111110101001010101010000000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685895; }

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

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

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

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

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

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

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

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