Html Css Color HEX #6B5496 Butterfly Bush

📋 copy color: '#6B5496'

red 107 ◦ green 84 ◦ blue 150

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

Shades of Butterfly Bush #6B5496

Tints of Butterfly Bush #6B5496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 31.38%
G = 24.63%
B = 43.99%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B5496 (or 0x6B5496) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 96. RGB value is (107,84,150). Sum of RGB (Red+Green+Blue) = 107+84+150=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5496 is #94AB69. Grayscale: #626262. Windows color (decimal): -9743210 or 9852011. OLE color: 9852011.

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

Color convert

RGB 107 84 150 -
CMYK 0.29 0.44 0 0.41
HSL 260.91º 0.28% 0.46% -
HSV(B) 260.91º 0.44% 0.59% -
XYZ 14.74 11.67 30.33 -
YUV 98.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 107 84 150 0.29 0.44 0 0.41 260.91 0.28 0.46
Hex 6B 54 96 1D 2C 0 29 105 1C 2E
Octal 153 124 226 35 54 0 51 405 34 56
Binary 1101011 1010100 10010110 11101 101100 0 101001 100000101 11100 101110

Color Harmonies of #6B5496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5496

Black with #6B5496

Text Example


Text Example

White with #6B5496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,150); }

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

background-color css

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

 a { background-color: rgb(107,84,150); }

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

border-color css

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

 span { border-color: rgb(107,84,150); }

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