#685898

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

Shades of Butterfly Bush #685898

Tints of Butterfly Bush #685898

Color information

#685898 (or 0x685898) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 98. RGB value is (104,88,152). Sum of RGB (Red+Green+Blue) = 104+88+152=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #685898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685898 is #97A767. Grayscale: #636363. Windows color (decimal): -9938792 or 9984104. OLE color: 9984104.

HSL color Cylindrical-coordinate representation of color #685898: hue angle of 255º degrees, saturation: 0.27, 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 #685898 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10488152-
CMYK0.320.4200.40
HSL255º26.67%47.06%-
HSV(B)255º42.11%59.61%-
XYZ14.8712.1931.28-
YUV100.08157.3130.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=30.23%
G=25.58%
B=44.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104881520.320.4200.4025526.6747.06
Hex685898202A028ff1b2f
Octal15013023040520503773357
Binary110100010110001001100010000010101001010001111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685898; }

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

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

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

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

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

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

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

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