Html Css Color HEX #685394 Butterfly Bush

📋 copy color: '#685394'

red 104 ◦ green 83 ◦ blue 148

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

Shades of Butterfly Bush #685394

Tints of Butterfly Bush #685394

RGB

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

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

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

R = 31.04%
G = 24.78%
B = 44.18%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685394 (or 0x685394) is known color: Butterfly Bush. HEX triplet: 68, 53 and 94. RGB value is (104,83,148). Sum of RGB (Red+Green+Blue) = 104+83+148=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #685394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685394 is #97AC6B. Grayscale: #606060. Windows color (decimal): -9940076 or 9720680. OLE color: 9720680.

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

Color convert

RGB 104 83 148 -
CMYK 0.30 0.44 0 0.42
HSL 259.38º 0.28% 0.45% -
HSV(B) 259.38º 0.44% 0.58% -
XYZ 14.15 11.27 29.45 -
YUV 96.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 104 83 148 0.30 0.44 0 0.42 259.38 0.28 0.45
Hex 68 53 94 1E 2C 0 2A 103 1C 2D
Octal 150 123 224 36 54 0 52 403 34 55
Binary 1101000 1010011 10010100 11110 101100 0 101010 100000011 11100 101101

Color Harmonies of #685394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685394

Black with #685394

Text Example


Text Example

White with #685394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685394; }

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

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

background-color css

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

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

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

border-color css

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

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

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