Html Css Color HEX #685190 Butterfly Bush

📋 copy color: '#685190'

red 104 ◦ green 81 ◦ blue 144

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

Shades of Butterfly Bush #685190

Tints of Butterfly Bush #685190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 31.61%
G = 24.62%
B = 43.77%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685190 (or 0x685190) is known color: Butterfly Bush. HEX triplet: 68, 51 and 90. RGB value is (104,81,144). Sum of RGB (Red+Green+Blue) = 104+81+144=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #685190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685190 is #97AE6F. Grayscale: #5E5E5E. Windows color (decimal): -9940592 or 9458024. OLE color: 9458024.

HSL color Cylindrical-coordinate representation of color #685190: hue angle of 261.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #685190 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 81 144 -
CMYK 0.28 0.44 0 0.44
HSL 261.9º 0.28% 0.44% -
HSV(B) 261.9º 0.44% 0.56% -
XYZ 13.69 10.84 27.76 -
YUV 95.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 104 81 144 0.28 0.44 0 0.44 261.9 0.28 0.44
Hex 68 51 90 1C 2C 0 2C 106 1C 2C
Octal 150 121 220 34 54 0 54 406 34 54
Binary 1101000 1010001 10010000 11100 101100 0 101100 100000110 11100 101100

Color Harmonies of #685190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685190

Black with #685190

Text Example


Text Example

White with #685190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685190; }

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

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

background-color css

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

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

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

border-color css

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

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

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