Html Css Color HEX #685894 Butterfly Bush

📋 copy color: '#685894'

red 104 ◦ green 88 ◦ blue 148

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

Shades of Butterfly Bush #685894

Tints of Butterfly Bush #685894

RGB

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

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

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

R = 30.59%
G = 25.88%
B = 43.53%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685894 (or 0x685894) is known color: Butterfly Bush. HEX triplet: 68, 58 and 94. RGB value is (104,88,148). Sum of RGB (Red+Green+Blue) = 104+88+148=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #685894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685894 is #97A76B. Grayscale: #636363. Windows color (decimal): -9938796 or 9721960. OLE color: 9721960.

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

Color convert

RGB 104 88 148 -
CMYK 0.30 0.41 0 0.42
HSL 256º 0.25% 0.46% -
HSV(B) 256º 0.41% 0.58% -
XYZ 14.54 12.06 29.58 -
YUV 99.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 104 88 148 0.30 0.41 0 0.42 256 0.25 0.46
Hex 68 58 94 1E 29 0 2A 100 19 2E
Octal 150 130 224 36 51 0 52 400 31 56
Binary 1101000 1011000 10010100 11110 101001 0 101010 100000000 11001 101110

Color Harmonies of #685894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685894

Black with #685894

Text Example


Text Example

White with #685894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685894; }

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

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

background-color css

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

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

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

border-color css

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

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

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