Html Css Color HEX #685A93 Butterfly Bush

📋 copy color: '#685A93'

red 104 ◦ green 90 ◦ blue 147

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

Shades of Butterfly Bush #685A93

Tints of Butterfly Bush #685A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 30.5%
G = 26.39%
B = 43.11%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685A93 (or 0x685A93) is known color: Butterfly Bush. HEX triplet: 68, 5A and 93. RGB value is (104,90,147). Sum of RGB (Red+Green+Blue) = 104+90+147=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #685A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A93 is #97A56C. Grayscale: #646464. Windows color (decimal): -9938285 or 9656936. OLE color: 9656936.

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

Color convert

RGB 104 90 147 -
CMYK 0.29 0.39 0 0.42
HSL 254.74º 0.24% 0.46% -
HSV(B) 254.74º 0.39% 0.58% -
XYZ 14.63 12.36 29.22 -
YUV 100.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 104 90 147 0.29 0.39 0 0.42 254.74 0.24 0.46
Hex 68 5A 93 1D 27 0 2A FF 18 2E
Octal 150 132 223 35 47 0 52 377 30 56
Binary 1101000 1011010 10010011 11101 100111 0 101010 11111111 11000 101110

Color Harmonies of #685A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A93

Black with #685A93

Text Example


Text Example

White with #685A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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