Html Css Color HEX #685491 Butterfly Bush

📋 copy color: '#685491'

red 104 ◦ green 84 ◦ blue 145

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

Shades of Butterfly Bush #685491

Tints of Butterfly Bush #685491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 31.23%
G = 25.23%
B = 43.54%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685491 (or 0x685491) is known color: Butterfly Bush. HEX triplet: 68, 54 and 91. RGB value is (104,84,145). Sum of RGB (Red+Green+Blue) = 104+84+145=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #685491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685491 is #97AB6E. Grayscale: #606060. Windows color (decimal): -9939823 or 9524328. OLE color: 9524328.

HSL color Cylindrical-coordinate representation of color #685491: hue angle of 259.67º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #685491 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 84 145 -
CMYK 0.28 0.42 0 0.43
HSL 259.67º 0.27% 0.45% -
HSV(B) 259.67º 0.42% 0.57% -
XYZ 13.99 11.33 28.24 -
YUV 96.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 104 84 145 0.28 0.42 0 0.43 259.67 0.27 0.45
Hex 68 54 91 1C 2A 0 2B 104 1B 2D
Octal 150 124 221 34 52 0 53 404 33 55
Binary 1101000 1010100 10010001 11100 101010 0 101011 100000100 11011 101101

Color Harmonies of #685491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685491

Black with #685491

Text Example


Text Example

White with #685491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685491; }

 p { color: rgb(104,84,145); }

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

background-color css

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

 a { background-color: rgb(104,84,145); }

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

border-color css

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

 span { border-color: rgb(104,84,145); }

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