Html Css Color HEX #685185 Butterfly Bush

📋 copy color: '#685185'

red 104 ◦ green 81 ◦ blue 133

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

Shades of Butterfly Bush #685185

Tints of Butterfly Bush #685185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 32.7%
G = 25.47%
B = 41.82%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#685185 (or 0x685185) is known color: Butterfly Bush. HEX triplet: 68, 51 and 85. RGB value is (104,81,133). Sum of RGB (Red+Green+Blue) = 104+81+133=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #685185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685185 is #97AE7A. Grayscale: #5D5D5D. Windows color (decimal): -9940603 or 8737128. OLE color: 8737128.

HSL color Cylindrical-coordinate representation of color #685185: hue angle of 266.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #685185 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 81 133 -
CMYK 0.22 0.39 0 0.48
HSL 266.54º 0.24% 0.42% -
HSV(B) 266.54º 0.39% 0.52% -
XYZ 12.88 10.52 23.54 -
YUV 93.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 104 81 133 0.22 0.39 0 0.48 266.54 0.24 0.42
Hex 68 51 85 16 27 0 30 10B 18 2A
Octal 150 121 205 26 47 0 60 413 30 52
Binary 1101000 1010001 10000101 10110 100111 0 110000 100001011 11000 101010

Color Harmonies of #685185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685185

Black with #685185

Text Example


Text Example

White with #685185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685185; }

 p { color: rgb(104,81,133); }

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

background-color css

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

 a { background-color: rgb(104,81,133); }

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

border-color css

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

 span { border-color: rgb(104,81,133); }

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