Html Css Color HEX #685382 Butterfly Bush

📋 copy color: '#685382'

red 104 ◦ green 83 ◦ blue 130

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

Shades of Butterfly Bush #685382

Tints of Butterfly Bush #685382

RGB

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

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

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

R = 32.81%
G = 26.18%
B = 41.01%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685382 (or 0x685382) is known color: Butterfly Bush. HEX triplet: 68, 53 and 82. RGB value is (104,83,130). Sum of RGB (Red+Green+Blue) = 104+83+130=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #685382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685382 is #97AC7D. Grayscale: #5E5E5E. Windows color (decimal): -9940094 or 8541032. OLE color: 8541032.

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

Color convert

RGB 104 83 130 -
CMYK 0.2 0.36 0 0.49
HSL 266.81º 0.22% 0.42% -
HSV(B) 266.81º 0.36% 0.51% -
XYZ 12.83 10.74 22.52 -
YUV 94.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 104 83 130 0.2 0.36 0 0.49 266.81 0.22 0.42
Hex 68 53 82 14 24 0 31 10B 16 2A
Octal 150 123 202 24 44 0 61 413 26 52
Binary 1101000 1010011 10000010 10100 100100 0 110001 100001011 10110 101010

Color Harmonies of #685382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685382

Black with #685382

Text Example


Text Example

White with #685382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685382; }

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

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

background-color css

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

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

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

border-color css

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

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

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