Html Css Color HEX #685391 Butterfly Bush

📋 copy color: '#685391'

red 104 ◦ green 83 ◦ blue 145

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

Shades of Butterfly Bush #685391

Tints of Butterfly Bush #685391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

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

R = 31.33%
G = 25%
B = 43.67%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685391 (or 0x685391) is known color: Butterfly Bush. HEX triplet: 68, 53 and 91. RGB value is (104,83,145). Sum of RGB (Red+Green+Blue) = 104+83+145=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #685391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685391 is #97AC6E. Grayscale: #606060. Windows color (decimal): -9940079 or 9524072. OLE color: 9524072.

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

Color convert

RGB 104 83 145 -
CMYK 0.28 0.43 0 0.43
HSL 260.32º 0.27% 0.45% -
HSV(B) 260.32º 0.43% 0.57% -
XYZ 13.91 11.17 28.21 -
YUV 96.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 104 83 145 0.28 0.43 0 0.43 260.32 0.27 0.45
Hex 68 53 91 1C 2B 0 2B 104 1B 2D
Octal 150 123 221 34 53 0 53 404 33 55
Binary 1101000 1010011 10010001 11100 101011 0 101011 100000100 11011 101101

Color Harmonies of #685391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685391

Black with #685391

Text Example


Text Example

White with #685391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685391; }

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

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

background-color css

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

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

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

border-color css

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

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

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