Html Css Color HEX #685390 Butterfly Bush

📋 copy color: '#685390'

red 104 ◦ green 83 ◦ blue 144

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

Shades of Butterfly Bush #685390

Tints of Butterfly Bush #685390

RGB

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

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

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

R = 31.42%
G = 25.08%
B = 43.5%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#685390 (or 0x685390) is known color: Butterfly Bush. HEX triplet: 68, 53 and 90. RGB value is (104,83,144). Sum of RGB (Red+Green+Blue) = 104+83+144=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #685390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685390 is #97AC6F. Grayscale: #606060. Windows color (decimal): -9940080 or 9458536. OLE color: 9458536.

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

Color convert

RGB 104 83 144 -
CMYK 0.28 0.42 0 0.44
HSL 260.66º 0.27% 0.45% -
HSV(B) 260.66º 0.42% 0.56% -
XYZ 13.84 11.14 27.81 -
YUV 96.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 104 83 144 0.28 0.42 0 0.44 260.66 0.27 0.45
Hex 68 53 90 1C 2A 0 2C 105 1B 2D
Octal 150 123 220 34 52 0 54 405 33 55
Binary 1101000 1010011 10010000 11100 101010 0 101100 100000101 11011 101101

Color Harmonies of #685390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685390

Black with #685390

Text Example


Text Example

White with #685390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685390; }

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

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

background-color css

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

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

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

border-color css

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

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

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