#6B4F90

Color #6B4F90 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #6B4F90

Tints of Butterfly Bush #6B4F90

Color information

#6B4F90 (or 0x6B4F90) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 4F and 90. RGB value is (107,79,144). Sum of RGB (Red+Green+Blue) = 107+79+144=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4F90 is #94B06F. Grayscale: #5E5E5E. Windows color (decimal): -9744496 or 9457515. OLE color: 9457515.

HSL color Cylindrical-coordinate representation of color #6B4F90: hue angle of 265.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B4F90 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10779144-
CMYK0.260.4500.44
HSL265.85º29.15%43.73%-
HSV(B)265.85º45.14%56.47%-
XYZ13.8910.7327.72-
YUV94.78155.78136.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=32.42%
G=23.94%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107791440.260.4500.44265.8529.1543.73
Hex6B4F901A2D02C10a1d2c
Octal15311722032550544123554
Binary110101110011111001000011010101101010110010000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,144); }

 H1.HeaderClassName
 {
   color: #6B4F90;
 }
 .AnyTagClassName
 {
   color: #6B4F90;
 }
</style>
background-color css

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

 a { background-color: rgb(107,79,144); }

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

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

 span { border-color: rgb(107,79,144); }

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