Html Css Color HEX #685590 Butterfly Bush

📋 copy color: '#685590'

red 104 ◦ green 85 ◦ blue 144

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

Shades of Butterfly Bush #685590

Tints of Butterfly Bush #685590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 31.23%
G = 25.53%
B = 43.24%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685590 (or 0x685590) is known color: Butterfly Bush. HEX triplet: 68, 55 and 90. RGB value is (104,85,144). Sum of RGB (Red+Green+Blue) = 104+85+144=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #685590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685590 is #97AA6F. Grayscale: #616161. Windows color (decimal): -9939568 or 9459048. OLE color: 9459048.

HSL color Cylindrical-coordinate representation of color #685590: hue angle of 259.32º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #685590 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 85 144 -
CMYK 0.28 0.41 0 0.44
HSL 259.32º 0.26% 0.45% -
HSV(B) 259.32º 0.41% 0.56% -
XYZ 13.99 11.45 27.86 -
YUV 97.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 104 85 144 0.28 0.41 0 0.44 259.32 0.26 0.45
Hex 68 55 90 1C 29 0 2C 103 1A 2D
Octal 150 125 220 34 51 0 54 403 32 55
Binary 1101000 1010101 10010000 11100 101001 0 101100 100000011 11010 101101

Color Harmonies of #685590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685590

Black with #685590

Text Example


Text Example

White with #685590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685590; }

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

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

background-color css

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

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

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

border-color css

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

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

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