Html Css Color HEX #6B5489 Butterfly Bush

📋 copy color: '#6B5489'

red 107 ◦ green 84 ◦ blue 137

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

Shades of Butterfly Bush #6B5489

Tints of Butterfly Bush #6B5489

RGB

 RED value IS 107 (42.19% from 255) = 32.62%

 GREEN value IS 84 (33.2% from 255) = 25.61%

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

R = 32.62%
G = 25.61%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B5489 (or 0x6B5489) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 89. RGB value is (107,84,137). Sum of RGB (Red+Green+Blue) = 107+84+137=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B5489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5489 is #94AB76. Grayscale: #606060. Windows color (decimal): -9743223 or 9000043. OLE color: 9000043.

HSL color Cylindrical-coordinate representation of color #6B5489: hue angle of 266.04º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B5489 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 84 137 -
CMYK 0.22 0.39 0 0.46
HSL 266.04º 0.24% 0.43% -
HSV(B) 266.04º 0.39% 0.54% -
XYZ 13.75 11.27 25.12 -
YUV 96.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 107 84 137 0.22 0.39 0 0.46 266.04 0.24 0.43
Hex 6B 54 89 16 27 0 2E 10A 18 2B
Octal 153 124 211 26 47 0 56 412 30 53
Binary 1101011 1010100 10001001 10110 100111 0 101110 100001010 11000 101011

Color Harmonies of #6B5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5489

Black with #6B5489

Text Example


Text Example

White with #6B5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,137); }

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

background-color css

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

 a { background-color: rgb(107,84,137); }

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

border-color css

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

 span { border-color: rgb(107,84,137); }

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