Html Css Color HEX #685990 Butterfly Bush

📋 copy color: '#685990'

red 104 ◦ green 89 ◦ blue 144

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

Shades of Butterfly Bush #685990

Tints of Butterfly Bush #685990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 30.86%
G = 26.41%
B = 42.73%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685990 (or 0x685990) is known color: Butterfly Bush. HEX triplet: 68, 59 and 90. RGB value is (104,89,144). Sum of RGB (Red+Green+Blue) = 104+89+144=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #685990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685990 is #97A66F. Grayscale: #636363. Windows color (decimal): -9938544 or 9460072. OLE color: 9460072.

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

Color convert

RGB 104 89 144 -
CMYK 0.28 0.38 0 0.44
HSL 256.36º 0.24% 0.46% -
HSV(B) 256.36º 0.38% 0.56% -
XYZ 14.32 12.1 27.97 -
YUV 99.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 104 89 144 0.28 0.38 0 0.44 256.36 0.24 0.46
Hex 68 59 90 1C 26 0 2C 100 18 2E
Octal 150 131 220 34 46 0 54 400 30 56
Binary 1101000 1011001 10010000 11100 100110 0 101100 100000000 11000 101110

Color Harmonies of #685990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685990

Black with #685990

Text Example


Text Example

White with #685990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685990; }

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

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

background-color css

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

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

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

border-color css

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

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

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