Html Css Color HEX #685585 Butterfly Bush

📋 copy color: '#685585'

red 104 ◦ green 85 ◦ blue 133

#685585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #685585

Tints of Butterfly Bush #685585

RGB

 RED value IS 104 (41.02% from 255) = 32.3%

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 32.3%
G = 26.4%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#685585 (or 0x685585) is known color: Butterfly Bush. HEX triplet: 68, 55 and 85. RGB value is (104,85,133). Sum of RGB (Red+Green+Blue) = 104+85+133=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #685585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685585 is #97AA7A. Grayscale: #5F5F5F. Windows color (decimal): -9939579 or 8738152. OLE color: 8738152.

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

Color convert

RGB 104 85 133 -
CMYK 0.22 0.36 0 0.48
HSL 263.75º 0.22% 0.43% -
HSV(B) 263.75º 0.36% 0.52% -
XYZ 13.19 11.13 23.64 -
YUV 96.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 104 85 133 0.22 0.36 0 0.48 263.75 0.22 0.43
Hex 68 55 85 16 24 0 30 108 16 2B
Octal 150 125 205 26 44 0 60 410 26 53
Binary 1101000 1010101 10000101 10110 100100 0 110000 100001000 10110 101011

Color Harmonies of #685585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685585

Black with #685585

Text Example


Text Example

White with #685585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685585; }

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

 H1.HeaderClassName
 {
   color: #685585;
 }
 .AnyTagClassName
 {
   color: #685585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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