Html Css Color HEX #685197 Butterfly Bush

📋 copy color: '#685197'

red 104 ◦ green 81 ◦ blue 151

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

Shades of Butterfly Bush #685197

Tints of Butterfly Bush #685197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 30.95%
G = 24.11%
B = 44.94%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685197 (or 0x685197) is known color: Butterfly Bush. HEX triplet: 68, 51 and 97. RGB value is (104,81,151). Sum of RGB (Red+Green+Blue) = 104+81+151=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #685197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685197 is #97AE68. Grayscale: #5F5F5F. Windows color (decimal): -9940585 or 9916776. OLE color: 9916776.

HSL color Cylindrical-coordinate representation of color #685197: hue angle of 259.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685197 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 81 151 -
CMYK 0.31 0.46 0 0.41
HSL 259.71º 0.3% 0.45% -
HSV(B) 259.71º 0.46% 0.59% -
XYZ 14.24 11.06 30.66 -
YUV 95.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 104 81 151 0.31 0.46 0 0.41 259.71 0.3 0.45
Hex 68 51 97 1F 2E 0 29 104 1E 2D
Octal 150 121 227 37 56 0 51 404 36 55
Binary 1101000 1010001 10010111 11111 101110 0 101001 100000100 11110 101101

Color Harmonies of #685197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685197

Black with #685197

Text Example


Text Example

White with #685197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685197; }

 p { color: rgb(104,81,151); }

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

background-color css

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

 a { background-color: rgb(104,81,151); }

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

border-color css

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

 span { border-color: rgb(104,81,151); }

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