#6B5485

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

Shades of Butterfly Bush #6B5485

Tints of Butterfly Bush #6B5485

Color information

#6B5485 (or 0x6B5485) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 54 and 85. RGB value is (107,84,133). Sum of RGB (Red+Green+Blue) = 107+84+133=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5485 is #94AB7A. Grayscale: #606060. Windows color (decimal): -9743227 or 8737899. OLE color: 8737899.

HSL color Cylindrical-coordinate representation of color #6B5485: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5485 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10784133-
CMYK0.200.3700.48
HSL268.16º22.58%42.55%-
HSV(B)268.16º36.84%52.16%-
XYZ13.4711.1623.63-
YUV96.46148.62135.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=33.02%
G=25.93%
B=41.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107841330.200.3700.48268.1622.5842.55
Hex6B5485142503010c172b
Octal15312420524450604142753
Binary110101110101001000010110100100101011000010000110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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