Html Css Color HEX #6B559B Butterfly Bush

📋 copy color: '#6B559B'

red 107 ◦ green 85 ◦ blue 155

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

Shades of Butterfly Bush #6B559B

Tints of Butterfly Bush #6B559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 30.84%
G = 24.5%
B = 44.67%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B559B (or 0x6B559B) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 9B. RGB value is (107,85,155). Sum of RGB (Red+Green+Blue) = 107+85+155=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B559B is #94AA64. Grayscale: #636363. Windows color (decimal): -9742949 or 10179947. OLE color: 10179947.

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

Color convert

RGB 107 85 155 -
CMYK 0.31 0.45 0 0.39
HSL 258.86º 0.29% 0.47% -
HSV(B) 258.86º 0.45% 0.61% -
XYZ 15.23 11.99 32.52 -
YUV 99.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 107 85 155 0.31 0.45 0 0.39 258.86 0.29 0.47
Hex 6B 55 9B 1F 2D 0 27 103 1D 2F
Octal 153 125 233 37 55 0 47 403 35 57
Binary 1101011 1010101 10011011 11111 101101 0 100111 100000011 11101 101111

Color Harmonies of #6B559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B559B

Black with #6B559B

Text Example


Text Example

White with #6B559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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