Html Css Color HEX #6B539B Butterfly Bush

📋 copy color: '#6B539B'

red 107 ◦ green 83 ◦ blue 155

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

Shades of Butterfly Bush #6B539B

Tints of Butterfly Bush #6B539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.93%

R = 31.01%
G = 24.06%
B = 44.93%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B539B (or 0x6B539B) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 9B. RGB value is (107,83,155). Sum of RGB (Red+Green+Blue) = 107+83+155=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B539B is #94AC64. Grayscale: #626262. Windows color (decimal): -9743461 or 10179435. OLE color: 10179435.

HSL color Cylindrical-coordinate representation of color #6B539B: hue angle of 260º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B539B is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 83 155 -
CMYK 0.31 0.46 0 0.39
HSL 260º 0.3% 0.47% -
HSV(B) 260º 0.46% 0.61% -
XYZ 15.07 11.68 32.47 -
YUV 98.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 107 83 155 0.31 0.46 0 0.39 260 0.3 0.47
Hex 6B 53 9B 1F 2E 0 27 104 1E 2F
Octal 153 123 233 37 56 0 47 404 36 57
Binary 1101011 1010011 10011011 11111 101110 0 100111 100000100 11110 101111

Color Harmonies of #6B539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B539B

Black with #6B539B

Text Example


Text Example

White with #6B539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,155); }

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

background-color css

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

 a { background-color: rgb(107,83,155); }

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

border-color css

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

 span { border-color: rgb(107,83,155); }

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