Html Css Color HEX #685596 Butterfly Bush

📋 copy color: '#685596'

red 104 ◦ green 85 ◦ blue 150

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

Shades of Butterfly Bush #685596

Tints of Butterfly Bush #685596

RGB

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

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

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

R = 30.68%
G = 25.07%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#685596 (or 0x685596) is known color: Butterfly Bush. HEX triplet: 68, 55 and 96. RGB value is (104,85,150). Sum of RGB (Red+Green+Blue) = 104+85+150=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #685596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685596 is #97AA69. Grayscale: #616161. Windows color (decimal): -9939562 or 9852264. OLE color: 9852264.

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

Color convert

RGB 104 85 150 -
CMYK 0.31 0.43 0 0.41
HSL 257.54º 0.28% 0.46% -
HSV(B) 257.54º 0.43% 0.59% -
XYZ 14.46 11.64 30.34 -
YUV 98.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 104 85 150 0.31 0.43 0 0.41 257.54 0.28 0.46
Hex 68 55 96 1F 2B 0 29 102 1C 2E
Octal 150 125 226 37 53 0 51 402 34 56
Binary 1101000 1010101 10010110 11111 101011 0 101001 100000010 11100 101110

Color Harmonies of #685596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685596

Black with #685596

Text Example


Text Example

White with #685596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685596; }

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

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

background-color css

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

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

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

border-color css

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

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

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