#6B5799

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

Shades of Butterfly Bush #6B5799

Tints of Butterfly Bush #6B5799

Color information

#6B5799 (or 0x6B5799) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 57 and 99. RGB value is (107,87,153). Sum of RGB (Red+Green+Blue) = 107+87+153=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5799 is #94A866. Grayscale: #646464. Windows color (decimal): -9742439 or 10049387. OLE color: 10049387.

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

Color convert

RGB10787153-
CMYK0.300.4300.4
HSL258.18º27.5%47.06%-
HSV(B)258.18º43.14%60%-
XYZ15.2212.2431.7-
YUV100.5157.63132.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=30.84%
G=25.07%
B=44.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107871530.300.4300.4258.1827.547.06
Hex6B57991E2B0281021b2f
Octal15312723136530504023357
Binary110101110101111001100111110101011010100010000001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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