Html Css Color HEX #685593 Butterfly Bush

📋 copy color: '#685593'

red 104 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #685593

Tints of Butterfly Bush #685593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 30.95%
G = 25.3%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685593 (or 0x685593) is known color: Butterfly Bush. HEX triplet: 68, 55 and 93. RGB value is (104,85,147). Sum of RGB (Red+Green+Blue) = 104+85+147=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #685593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685593 is #97AA6C. Grayscale: #616161. Windows color (decimal): -9939565 or 9655656. OLE color: 9655656.

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

Color convert

RGB 104 85 147 -
CMYK 0.29 0.42 0 0.42
HSL 258.39º 0.27% 0.45% -
HSV(B) 258.39º 0.42% 0.58% -
XYZ 14.22 11.55 29.08 -
YUV 97.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 104 85 147 0.29 0.42 0 0.42 258.39 0.27 0.45
Hex 68 55 93 1D 2A 0 2A 102 1B 2D
Octal 150 125 223 35 52 0 52 402 33 55
Binary 1101000 1010101 10010011 11101 101010 0 101010 100000010 11011 101101

Color Harmonies of #685593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685593

Black with #685593

Text Example


Text Example

White with #685593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685593; }

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

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

background-color css

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

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

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

border-color css

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

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

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