#685285

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

Shades of Butterfly Bush #685285

Tints of Butterfly Bush #685285

Color information

#685285 (or 0x685285) is unknown color: approx Butterfly Bush. HEX triplet: 68, 52 and 85. RGB value is (104,82,133). Sum of RGB (Red+Green+Blue) = 104+82+133=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #685285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685285 is #97AD7A. Grayscale: #5E5E5E. Windows color (decimal): -9940347 or 8737384. OLE color: 8737384.

HSL color Cylindrical-coordinate representation of color #685285: hue angle of 265.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685285 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10482133-
CMYK0.220.3800.48
HSL265.88º23.72%42.16%-
HSV(B)265.88º38.35%52.16%-
XYZ12.9610.6723.57-
YUV94.39149.79134.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=32.60%
G=25.71%
B=41.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104821330.220.3800.48265.8823.7242.16
Hex685285162603010a182a
Octal15012220526460604123052
Binary110100010100101000010110110100110011000010000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685285; }

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

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

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

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

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

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

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

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