Html Css Color HEX #6B5487 Butterfly Bush

📋 copy color: '#6B5487'

red 107 ◦ green 84 ◦ blue 135

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

Shades of Butterfly Bush #6B5487

Tints of Butterfly Bush #6B5487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 32.82%
G = 25.77%
B = 41.41%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B5487 (or 0x6B5487) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 87. RGB value is (107,84,135). Sum of RGB (Red+Green+Blue) = 107+84+135=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5487 is #94AB78. Grayscale: #606060. Windows color (decimal): -9743225 or 8868971. OLE color: 8868971.

HSL color Cylindrical-coordinate representation of color #6B5487: hue angle of 267.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B5487 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 84 135 -
CMYK 0.21 0.38 0 0.47
HSL 267.06º 0.23% 0.43% -
HSV(B) 267.06º 0.38% 0.53% -
XYZ 13.61 11.22 24.37 -
YUV 96.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 107 84 135 0.21 0.38 0 0.47 267.06 0.23 0.43
Hex 6B 54 87 15 26 0 2F 10B 17 2B
Octal 153 124 207 25 46 0 57 413 27 53
Binary 1101011 1010100 10000111 10101 100110 0 101111 100001011 10111 101011

Color Harmonies of #6B5487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5487

Black with #6B5487

Text Example


Text Example

White with #6B5487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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