Html Css Color HEX #685893 Butterfly Bush

📋 copy color: '#685893'

red 104 ◦ green 88 ◦ blue 147

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

Shades of Butterfly Bush #685893

Tints of Butterfly Bush #685893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 30.68%
G = 25.96%
B = 43.36%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685893 (or 0x685893) is known color: Butterfly Bush. HEX triplet: 68, 58 and 93. RGB value is (104,88,147). Sum of RGB (Red+Green+Blue) = 104+88+147=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #685893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685893 is #97A76C. Grayscale: #636363. Windows color (decimal): -9938797 or 9656424. OLE color: 9656424.

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

Color convert

RGB 104 88 147 -
CMYK 0.29 0.40 0 0.42
HSL 256.27º 0.25% 0.46% -
HSV(B) 256.27º 0.4% 0.58% -
XYZ 14.47 12.03 29.16 -
YUV 99.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 104 88 147 0.29 0.40 0 0.42 256.27 0.25 0.46
Hex 68 58 93 1D 28 0 2A 100 19 2E
Octal 150 130 223 35 50 0 52 400 31 56
Binary 1101000 1011000 10010011 11101 101000 0 101010 100000000 11001 101110

Color Harmonies of #685893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685893

Black with #685893

Text Example


Text Example

White with #685893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685893; }

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

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

background-color css

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

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

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

border-color css

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

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

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