Html Css Color HEX #685396 Butterfly Bush

📋 copy color: '#685396'

red 104 ◦ green 83 ◦ blue 150

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

Shades of Butterfly Bush #685396

Tints of Butterfly Bush #685396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 30.86%
G = 24.63%
B = 44.51%

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

#685396 (or 0x685396) is known color: Butterfly Bush. HEX triplet: 68, 53 and 96. RGB value is (104,83,150). Sum of RGB (Red+Green+Blue) = 104+83+150=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #685396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685396 is #97AC69. Grayscale: #606060. Windows color (decimal): -9940074 or 9851752. OLE color: 9851752.

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

Color convert

RGB 104 83 150 -
CMYK 0.31 0.45 0 0.41
HSL 258.81º 0.29% 0.46% -
HSV(B) 258.81º 0.45% 0.59% -
XYZ 14.31 11.33 30.29 -
YUV 96.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 104 83 150 0.31 0.45 0 0.41 258.81 0.29 0.46
Hex 68 53 96 1F 2D 0 29 103 1D 2E
Octal 150 123 226 37 55 0 51 403 35 56
Binary 1101000 1010011 10010110 11111 101101 0 101001 100000011 11101 101110

Color Harmonies of #685396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685396

Black with #685396

Text Example


Text Example

White with #685396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685396; }

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

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

background-color css

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

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

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

border-color css

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

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

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