Html Css Color HEX #6B5399 Butterfly Bush

📋 copy color: '#6B5399'

red 107 ◦ green 83 ◦ blue 153

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

Shades of Butterfly Bush #6B5399

Tints of Butterfly Bush #6B5399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 31.2%
G = 24.2%
B = 44.61%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B5399 (or 0x6B5399) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 99. RGB value is (107,83,153). Sum of RGB (Red+Green+Blue) = 107+83+153=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5399 is #94AC66. Grayscale: #616161. Windows color (decimal): -9743463 or 10048363. OLE color: 10048363.

HSL color Cylindrical-coordinate representation of color #6B5399: hue angle of 260.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5399 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 83 153 -
CMYK 0.30 0.46 0 0.4
HSL 260.57º 0.3% 0.46% -
HSV(B) 260.57º 0.46% 0.6% -
XYZ 14.91 11.61 31.59 -
YUV 98.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 107 83 153 0.30 0.46 0 0.4 260.57 0.3 0.46
Hex 6B 53 99 1E 2E 0 28 105 1E 2E
Octal 153 123 231 36 56 0 50 405 36 56
Binary 1101011 1010011 10011001 11110 101110 0 101000 100000101 11110 101110

Color Harmonies of #6B5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5399

Black with #6B5399

Text Example


Text Example

White with #6B5399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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