#685598

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

Shades of Butterfly Bush #685598

Tints of Butterfly Bush #685598

Color information

#685598 (or 0x685598) is unknown color: approx Butterfly Bush. HEX triplet: 68, 55 and 98. RGB value is (104,85,152). Sum of RGB (Red+Green+Blue) = 104+85+152=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #685598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685598 is #97AA67. Grayscale: #626262. Windows color (decimal): -9939560 or 9983336. OLE color: 9983336.

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

Color convert

RGB10485152-
CMYK0.320.4400.40
HSL257.01º28.27%46.47%-
HSV(B)257.01º44.08%59.61%-
XYZ14.6211.7131.19-
YUV98.32158.29132.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=30.50%
G=24.93%
B=44.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104851520.320.4400.40257.0128.2746.47
Hex685598202C0281011c2e
Octal15012523040540504013456
Binary1101000101010110011000100000101100010100010000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685598; }

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

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

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

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

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

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

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

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