#685296

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

Shades of Butterfly Bush #685296

Tints of Butterfly Bush #685296

Color information

#685296 (or 0x685296) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 96. RGB value is (104,82,150). Sum of RGB (Red+Green+Blue) = 104+82+150=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #685296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685296 is #97AD69. Grayscale: #606060. Windows color (decimal): -9940330 or 9851496. OLE color: 9851496.

HSL color Cylindrical-coordinate representation of color #685296: hue angle of 259.41º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #685296 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10482150-
CMYK0.310.4500.41
HSL259.41º29.31%45.49%-
HSV(B)259.41º45.33%58.82%-
XYZ14.2311.1830.26-
YUV96.33158.29133.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=30.95%
G=24.40%
B=44.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104821500.310.4500.41259.4129.3145.49
Hex6852961F2D0291031d2d
Octal15012222637550514033555
Binary110100010100101001011011111101101010100110000001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685296; }

 p { color: rgb(104,82,150); }

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

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

 a { background-color: rgb(104,82,150); }

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

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

 span { border-color: rgb(104,82,150); }

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