Html Css Color HEX #6B5895 Butterfly Bush

📋 copy color: '#6B5895'

red 107 ◦ green 88 ◦ blue 149

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

Shades of Butterfly Bush #6B5895

Tints of Butterfly Bush #6B5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

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

R = 31.1%
G = 25.58%
B = 43.31%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5895 (or 0x6B5895) is known color: Butterfly Bush. HEX triplet: 6B, 58 and 95. RGB value is (107,88,149). Sum of RGB (Red+Green+Blue) = 107+88+149=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B5895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5895 is #94A76A. Grayscale: #646464. Windows color (decimal): -9742187 or 9787499. OLE color: 9787499.

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

Color convert

RGB 107 88 149 -
CMYK 0.28 0.41 0 0.42
HSL 258.69º 0.26% 0.46% -
HSV(B) 258.69º 0.41% 0.58% -
XYZ 14.98 12.28 30.01 -
YUV 100.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 107 88 149 0.28 0.41 0 0.42 258.69 0.26 0.46
Hex 6B 58 95 1C 29 0 2A 103 1A 2E
Octal 153 130 225 34 51 0 52 403 32 56
Binary 1101011 1011000 10010101 11100 101001 0 101010 100000011 11010 101110

Color Harmonies of #6B5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5895

Black with #6B5895

Text Example


Text Example

White with #6B5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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