#685998

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

Shades of Butterfly Bush #685998

Tints of Butterfly Bush #685998

Color information

#685998 (or 0x685998) is unknown color: approx Butterfly Bush. HEX triplet: 68, 59 and 98. RGB value is (104,89,152). Sum of RGB (Red+Green+Blue) = 104+89+152=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #685998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685998 is #97A667. Grayscale: #646464. Windows color (decimal): -9938536 or 9984360. OLE color: 9984360.

HSL color Cylindrical-coordinate representation of color #685998: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685998 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10489152-
CMYK0.320.4100.40
HSL254.29º26.14%47.25%-
HSV(B)254.29º41.45%59.61%-
XYZ14.9512.3531.3-
YUV100.67156.97130.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=30.14%
G=25.80%
B=44.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104891520.320.4100.40254.2926.1447.25
Hex6859982029028fe1a2f
Octal15013123040510503763257
Binary110100010110011001100010000010100101010001111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685998; }

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

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

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

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

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

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

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

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