Html Css Color HEX #6B5484 Butterfly Bush

📋 copy color: '#6B5484'

red 107 ◦ green 84 ◦ blue 132

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

Shades of Butterfly Bush #6B5484

Tints of Butterfly Bush #6B5484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 33.13%
G = 26.01%
B = 40.87%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B5484 (or 0x6B5484) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 84. RGB value is (107,84,132). Sum of RGB (Red+Green+Blue) = 107+84+132=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5484 is #94AB7B. Grayscale: #606060. Windows color (decimal): -9743228 or 8672363. OLE color: 8672363.

HSL color Cylindrical-coordinate representation of color #6B5484: hue angle of 268.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B5484 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 84 132 -
CMYK 0.19 0.36 0 0.48
HSL 268.75º 0.22% 0.42% -
HSV(B) 268.75º 0.36% 0.52% -
XYZ 13.4 11.13 23.27 -
YUV 96.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 107 84 132 0.19 0.36 0 0.48 268.75 0.22 0.42
Hex 6B 54 84 13 24 0 30 10D 16 2A
Octal 153 124 204 23 44 0 60 415 26 52
Binary 1101011 1010100 10000100 10011 100100 0 110000 100001101 10110 101010

Color Harmonies of #6B5484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5484

Black with #6B5484

Text Example


Text Example

White with #6B5484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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