Html Css Color HEX #685482 Butterfly Bush

📋 copy color: '#685482'

red 104 ◦ green 84 ◦ blue 130

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

Shades of Butterfly Bush #685482

Tints of Butterfly Bush #685482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 32.7%
G = 26.42%
B = 40.88%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685482 (or 0x685482) is known color: Butterfly Bush. HEX triplet: 68, 54 and 82. RGB value is (104,84,130). Sum of RGB (Red+Green+Blue) = 104+84+130=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #685482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685482 is #97AB7D. Grayscale: #5F5F5F. Windows color (decimal): -9939838 or 8541288. OLE color: 8541288.

HSL color Cylindrical-coordinate representation of color #685482: hue angle of 266.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685482 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 84 130 -
CMYK 0.2 0.35 0 0.49
HSL 266.09º 0.21% 0.42% -
HSV(B) 266.09º 0.35% 0.51% -
XYZ 12.91 10.9 22.54 -
YUV 95.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 104 84 130 0.2 0.35 0 0.49 266.09 0.21 0.42
Hex 68 54 82 14 23 0 31 10A 15 2A
Octal 150 124 202 24 43 0 61 412 25 52
Binary 1101000 1010100 10000010 10100 100011 0 110001 100001010 10101 101010

Color Harmonies of #685482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685482

Black with #685482

Text Example


Text Example

White with #685482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685482; }

 p { color: rgb(104,84,130); }

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

background-color css

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

 a { background-color: rgb(104,84,130); }

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

border-color css

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

 span { border-color: rgb(104,84,130); }

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