Html Css Color HEX #685393 Butterfly Bush

📋 copy color: '#685393'

red 104 ◦ green 83 ◦ blue 147

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

Shades of Butterfly Bush #685393

Tints of Butterfly Bush #685393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 31.14%
G = 24.85%
B = 44.01%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685393 (or 0x685393) is known color: Butterfly Bush. HEX triplet: 68, 53 and 93. RGB value is (104,83,147). Sum of RGB (Red+Green+Blue) = 104+83+147=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #685393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685393 is #97AC6C. Grayscale: #606060. Windows color (decimal): -9940077 or 9655144. OLE color: 9655144.

HSL color Cylindrical-coordinate representation of color #685393: hue angle of 259.69º 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 #685393 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 83 147 -
CMYK 0.29 0.44 0 0.42
HSL 259.69º 0.28% 0.45% -
HSV(B) 259.69º 0.44% 0.58% -
XYZ 14.07 11.24 29.03 -
YUV 96.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 104 83 147 0.29 0.44 0 0.42 259.69 0.28 0.45
Hex 68 53 93 1D 2C 0 2A 104 1C 2D
Octal 150 123 223 35 54 0 52 404 34 55
Binary 1101000 1010011 10010011 11101 101100 0 101010 100000100 11100 101101

Color Harmonies of #685393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685393

Black with #685393

Text Example


Text Example

White with #685393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685393; }

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

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

background-color css

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

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

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

border-color css

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

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

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