Html Css Color HEX #685592 Butterfly Bush

📋 copy color: '#685592'

red 104 ◦ green 85 ◦ blue 146

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

Shades of Butterfly Bush #685592

Tints of Butterfly Bush #685592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

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

R = 31.04%
G = 25.37%
B = 43.58%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685592 (or 0x685592) is known color: Butterfly Bush. HEX triplet: 68, 55 and 92. RGB value is (104,85,146). Sum of RGB (Red+Green+Blue) = 104+85+146=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #685592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685592 is #97AA6D. Grayscale: #616161. Windows color (decimal): -9939566 or 9590120. OLE color: 9590120.

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

Color convert

RGB 104 85 146 -
CMYK 0.29 0.42 0 0.43
HSL 258.69º 0.26% 0.45% -
HSV(B) 258.69º 0.42% 0.57% -
XYZ 14.15 11.52 28.67 -
YUV 97.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 104 85 146 0.29 0.42 0 0.43 258.69 0.26 0.45
Hex 68 55 92 1D 2A 0 2B 103 1A 2D
Octal 150 125 222 35 52 0 53 403 32 55
Binary 1101000 1010101 10010010 11101 101010 0 101011 100000011 11010 101101

Color Harmonies of #685592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685592

Black with #685592

Text Example


Text Example

White with #685592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685592; }

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

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

background-color css

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

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

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

border-color css

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

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

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