Html Css Color HEX #685182 Butterfly Bush

📋 copy color: '#685182'

red 104 ◦ green 81 ◦ blue 130

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

Shades of Butterfly Bush #685182

Tints of Butterfly Bush #685182

RGB

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

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

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

R = 33.02%
G = 25.71%
B = 41.27%

CMYK

 C value IS 0.2

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685182 (or 0x685182) is known color: Butterfly Bush. HEX triplet: 68, 51 and 82. RGB value is (104,81,130). Sum of RGB (Red+Green+Blue) = 104+81+130=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #685182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685182 is #97AE7D. Grayscale: #5D5D5D. Windows color (decimal): -9940606 or 8540520. OLE color: 8540520.

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

Color convert

RGB 104 81 130 -
CMYK 0.2 0.38 0 0.49
HSL 268.16º 0.23% 0.41% -
HSV(B) 268.16º 0.38% 0.51% -
XYZ 12.68 10.44 22.47 -
YUV 93.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 104 81 130 0.2 0.38 0 0.49 268.16 0.23 0.41
Hex 68 51 82 14 26 0 31 10C 17 29
Octal 150 121 202 24 46 0 61 414 27 51
Binary 1101000 1010001 10000010 10100 100110 0 110001 100001100 10111 101001

Color Harmonies of #685182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685182

Black with #685182

Text Example


Text Example

White with #685182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685182; }

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

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

background-color css

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

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

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

border-color css

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

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

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