#685698

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

Shades of Butterfly Bush #685698

Tints of Butterfly Bush #685698

Color information

#685698 (or 0x685698) is unknown color: approx Butterfly Bush. HEX triplet: 68, 56 and 98. RGB value is (104,86,152). Sum of RGB (Red+Green+Blue) = 104+86+152=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #685698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685698 is #97A967. Grayscale: #626262. Windows color (decimal): -9939304 or 9983592. OLE color: 9983592.

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

Color convert

RGB10486152-
CMYK0.320.4300.40
HSL256.36º27.73%46.67%-
HSV(B)256.36º43.42%59.61%-
XYZ14.711.8731.22-
YUV98.91157.96131.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=30.41%
G=25.15%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104861520.320.4300.40256.3627.7346.67
Hex685698202B0281001c2f
Octal15012623040530504003457
Binary1101000101011010011000100000101011010100010000000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685698; }

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

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

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

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

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

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

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

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