#6B5882

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

Shades of Butterfly Bush #6B5882

Tints of Butterfly Bush #6B5882

Color information

#6B5882 (or 0x6B5882) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 82. RGB value is (107,88,130). Sum of RGB (Red+Green+Blue) = 107+88+130=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5882 is #94A77D. Grayscale: #626262. Windows color (decimal): -9742206 or 8542315. OLE color: 8542315.

HSL color Cylindrical-coordinate representation of color #6B5882: hue angle of 267.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5882 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10788130-
CMYK0.180.3200.49
HSL267.14º19.27%42.75%-
HSV(B)267.14º32.31%50.98%-
XYZ13.5811.7222.66-
YUV98.47145.79134.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 130 (51.17% from 255) = 40%
R=32.92%
G=27.08%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107881300.180.3200.49267.1419.2742.75
Hex6B5882122003110b132b
Octal15313020222400614132353
Binary110101110110001000001010010100000011000110000101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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