Html Css Color HEX #685296 Butterfly Bush

📋 copy color: '#685296'

red 104 ◦ green 82 ◦ blue 150

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

Shades of Butterfly Bush #685296

Tints of Butterfly Bush #685296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 30.95%
G = 24.4%
B = 44.64%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685296 (or 0x685296) is known color: Butterfly Bush. HEX triplet: 68, 52 and 96. RGB value is (104,82,150). Sum of RGB (Red+Green+Blue) = 104+82+150=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #685296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685296 is #97AD69. Grayscale: #606060. Windows color (decimal): -9940330 or 9851496. OLE color: 9851496.

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

Color convert

RGB 104 82 150 -
CMYK 0.31 0.45 0 0.41
HSL 259.41º 0.29% 0.45% -
HSV(B) 259.41º 0.45% 0.59% -
XYZ 14.23 11.18 30.26 -
YUV 96.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 104 82 150 0.31 0.45 0 0.41 259.41 0.29 0.45
Hex 68 52 96 1F 2D 0 29 103 1D 2D
Octal 150 122 226 37 55 0 51 403 35 55
Binary 1101000 1010010 10010110 11111 101101 0 101001 100000011 11101 101101

Color Harmonies of #685296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685296

Black with #685296

Text Example


Text Example

White with #685296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685296; }

 p { color: rgb(104,82,150); }

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

background-color css

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

 a { background-color: rgb(104,82,150); }

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

border-color css

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

 span { border-color: rgb(104,82,150); }

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