Html Css Color HEX #6F5589 Butterfly Bush

📋 copy color: '#6F5589'

red 111 ◦ green 85 ◦ blue 137

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

Shades of Butterfly Bush #6F5589

Tints of Butterfly Bush #6F5589

RGB

 RED value IS 111 (43.75% from 255) = 33.33%

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 33.33%
G = 25.53%
B = 41.14%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F5589 (or 0x6F5589) is known color: Butterfly Bush. HEX triplet: 6F, 55 and 89. RGB value is (111,85,137). Sum of RGB (Red+Green+Blue) = 111+85+137=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5589 is #90AA76. Grayscale: #626262. Windows color (decimal): -9480823 or 9000303. OLE color: 9000303.

HSL color Cylindrical-coordinate representation of color #6F5589: hue angle of 270º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F5589 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 85 137 -
CMYK 0.19 0.38 0 0.46
HSL 270º 0.23% 0.44% -
HSV(B) 270º 0.38% 0.54% -
XYZ 14.32 11.68 25.17 -
YUV 98.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 111 85 137 0.19 0.38 0 0.46 270 0.23 0.44
Hex 6F 55 89 13 26 0 2E 10E 17 2C
Octal 157 125 211 23 46 0 56 416 27 54
Binary 1101111 1010101 10001001 10011 100110 0 101110 100001110 10111 101100

Color Harmonies of #6F5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5589

Black with #6F5589

Text Example


Text Example

White with #6F5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5589; }

 p { color: rgb(111,85,137); }

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

background-color css

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

 a { background-color: rgb(111,85,137); }

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

border-color css

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

 span { border-color: rgb(111,85,137); }

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