Html Css Color HEX #6B579B Butterfly Bush

📋 copy color: '#6B579B'

red 107 ◦ green 87 ◦ blue 155

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

Shades of Butterfly Bush #6B579B

Tints of Butterfly Bush #6B579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 30.66%
G = 24.93%
B = 44.41%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B579B (or 0x6B579B) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 9B. RGB value is (107,87,155). Sum of RGB (Red+Green+Blue) = 107+87+155=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B579B is #94A864. Grayscale: #646464. Windows color (decimal): -9742437 or 10180459. OLE color: 10180459.

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

Color convert

RGB 107 87 155 -
CMYK 0.31 0.44 0 0.39
HSL 257.65º 0.28% 0.47% -
HSV(B) 257.65º 0.44% 0.61% -
XYZ 15.39 12.31 32.58 -
YUV 100.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 107 87 155 0.31 0.44 0 0.39 257.65 0.28 0.47
Hex 6B 57 9B 1F 2C 0 27 102 1C 2F
Octal 153 127 233 37 54 0 47 402 34 57
Binary 1101011 1010111 10011011 11111 101100 0 100111 100000010 11100 101111

Color Harmonies of #6B579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B579B

Black with #6B579B

Text Example


Text Example

White with #6B579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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