Html Css Color HEX #6B5195 Butterfly Bush

📋 copy color: '#6B5195'

red 107 ◦ green 81 ◦ blue 149

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

Shades of Butterfly Bush #6B5195

Tints of Butterfly Bush #6B5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 31.75%
G = 24.04%
B = 44.21%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5195 (or 0x6B5195) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 95. RGB value is (107,81,149). Sum of RGB (Red+Green+Blue) = 107+81+149=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B5195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5195 is #94AE6A. Grayscale: #606060. Windows color (decimal): -9743979 or 9785707. OLE color: 9785707.

HSL color Cylindrical-coordinate representation of color #6B5195: hue angle of 262.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5195 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 81 149 -
CMYK 0.28 0.46 0 0.42
HSL 262.94º 0.3% 0.45% -
HSV(B) 262.94º 0.46% 0.58% -
XYZ 14.43 11.18 29.83 -
YUV 96.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 107 81 149 0.28 0.46 0 0.42 262.94 0.3 0.45
Hex 6B 51 95 1C 2E 0 2A 107 1E 2D
Octal 153 121 225 34 56 0 52 407 36 55
Binary 1101011 1010001 10010101 11100 101110 0 101010 100000111 11110 101101

Color Harmonies of #6B5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5195

Black with #6B5195

Text Example


Text Example

White with #6B5195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,149); }

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

background-color css

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

 a { background-color: rgb(107,81,149); }

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

border-color css

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

 span { border-color: rgb(107,81,149); }

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