#685885

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

Shades of Butterfly Bush #685885

Tints of Butterfly Bush #685885

Color information

#685885 (or 0x685885) is unknown color: approx Butterfly Bush. HEX triplet: 68, 58 and 85. RGB value is (104,88,133). Sum of RGB (Red+Green+Blue) = 104+88+133=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #685885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685885 is #97A77A. Grayscale: #616161. Windows color (decimal): -9938811 or 8738920. OLE color: 8738920.

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

Color convert

RGB10488133-
CMYK0.220.3400.48
HSL261.33º20.36%43.33%-
HSV(B)261.33º33.83%52.16%-
XYZ13.4311.6223.72-
YUV97.91147.8132.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=32%
G=27.08%
B=40.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104881330.220.3400.48261.3320.3643.33
Hex6858851622030105142b
Octal15013020526420604052453
Binary110100010110001000010110110100010011000010000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685885; }

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

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

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

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

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

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

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

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