Html Css Color HEX #685097 Butterfly Bush

📋 copy color: '#685097'

red 104 ◦ green 80 ◦ blue 151

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

Shades of Butterfly Bush #685097

Tints of Butterfly Bush #685097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 31.04%
G = 23.88%
B = 45.07%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685097 (or 0x685097) is known color: Butterfly Bush. HEX triplet: 68, 50 and 97. RGB value is (104,80,151). Sum of RGB (Red+Green+Blue) = 104+80+151=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #685097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685097 is #97AF68. Grayscale: #5F5F5F. Windows color (decimal): -9940841 or 9916520. OLE color: 9916520.

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

Color convert

RGB 104 80 151 -
CMYK 0.31 0.47 0 0.41
HSL 260.28º 0.31% 0.45% -
HSV(B) 260.28º 0.47% 0.59% -
XYZ 14.16 10.91 30.64 -
YUV 95.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 104 80 151 0.31 0.47 0 0.41 260.28 0.31 0.45
Hex 68 50 97 1F 2F 0 29 104 1F 2D
Octal 150 120 227 37 57 0 51 404 37 55
Binary 1101000 1010000 10010111 11111 101111 0 101001 100000100 11111 101101

Color Harmonies of #685097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685097

Black with #685097

Text Example


Text Example

White with #685097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685097; }

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

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

background-color css

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

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

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

border-color css

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

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

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