Html Css Color HEX #685588 Butterfly Bush

📋 copy color: '#685588'

red 104 ◦ green 85 ◦ blue 136

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

Shades of Butterfly Bush #685588

Tints of Butterfly Bush #685588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 32%
G = 26.15%
B = 41.85%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685588 (or 0x685588) is known color: Butterfly Bush. HEX triplet: 68, 55 and 88. RGB value is (104,85,136). Sum of RGB (Red+Green+Blue) = 104+85+136=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #685588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685588 is #97AA77. Grayscale: #606060. Windows color (decimal): -9939576 or 8934760. OLE color: 8934760.

HSL color Cylindrical-coordinate representation of color #685588: hue angle of 262.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685588 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 85 136 -
CMYK 0.24 0.38 0 0.47
HSL 262.35º 0.23% 0.43% -
HSV(B) 262.35º 0.38% 0.53% -
XYZ 13.4 11.22 24.75 -
YUV 96.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 104 85 136 0.24 0.38 0 0.47 262.35 0.23 0.43
Hex 68 55 88 18 26 0 2F 106 17 2B
Octal 150 125 210 30 46 0 57 406 27 53
Binary 1101000 1010101 10001000 11000 100110 0 101111 100000110 10111 101011

Color Harmonies of #685588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685588

Black with #685588

Text Example


Text Example

White with #685588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685588; }

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

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

background-color css

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

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

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

border-color css

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

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

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