Html Css Color HEX #685292 Butterfly Bush

📋 copy color: '#685292'

red 104 ◦ green 82 ◦ blue 146

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

Shades of Butterfly Bush #685292

Tints of Butterfly Bush #685292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 31.33%
G = 24.7%
B = 43.98%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685292 (or 0x685292) is known color: Butterfly Bush. HEX triplet: 68, 52 and 92. RGB value is (104,82,146). Sum of RGB (Red+Green+Blue) = 104+82+146=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #685292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685292 is #97AD6D. Grayscale: #5F5F5F. Windows color (decimal): -9940334 or 9589352. OLE color: 9589352.

HSL color Cylindrical-coordinate representation of color #685292: hue angle of 260.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #685292 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 82 146 -
CMYK 0.29 0.44 0 0.43
HSL 260.63º 0.28% 0.45% -
HSV(B) 260.63º 0.44% 0.57% -
XYZ 13.91 11.05 28.59 -
YUV 95.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 104 82 146 0.29 0.44 0 0.43 260.63 0.28 0.45
Hex 68 52 92 1D 2C 0 2B 105 1C 2D
Octal 150 122 222 35 54 0 53 405 34 55
Binary 1101000 1010010 10010010 11101 101100 0 101011 100000101 11100 101101

Color Harmonies of #685292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685292

Black with #685292

Text Example


Text Example

White with #685292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685292; }

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

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

background-color css

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

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

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

border-color css

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

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

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