Html Css Color HEX #685494 Butterfly Bush

📋 copy color: '#685494'

red 104 ◦ green 84 ◦ blue 148

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

Shades of Butterfly Bush #685494

Tints of Butterfly Bush #685494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 30.95%
G = 25%
B = 44.05%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685494 (or 0x685494) is known color: Butterfly Bush. HEX triplet: 68, 54 and 94. RGB value is (104,84,148). Sum of RGB (Red+Green+Blue) = 104+84+148=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #685494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685494 is #97AB6B. Grayscale: #616161. Windows color (decimal): -9939820 or 9720936. OLE color: 9720936.

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

Color convert

RGB 104 84 148 -
CMYK 0.30 0.43 0 0.42
HSL 258.75º 0.28% 0.45% -
HSV(B) 258.75º 0.43% 0.58% -
XYZ 14.22 11.42 29.47 -
YUV 97.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 104 84 148 0.30 0.43 0 0.42 258.75 0.28 0.45
Hex 68 54 94 1E 2B 0 2A 103 1C 2D
Octal 150 124 224 36 53 0 52 403 34 55
Binary 1101000 1010100 10010100 11110 101011 0 101010 100000011 11100 101101

Color Harmonies of #685494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685494

Black with #685494

Text Example


Text Example

White with #685494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685494; }

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

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

background-color css

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

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

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

border-color css

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

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

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