#6A508D

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

Shades of Butterfly Bush #6A508D

Tints of Butterfly Bush #6A508D

Color information

#6A508D (or 0x6A508D) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 50 and 8D. RGB value is (106,80,141). Sum of RGB (Red+Green+Blue) = 106+80+141=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A508D is #95AF72. Grayscale: #5E5E5E. Windows color (decimal): -9809779 or 9261162. OLE color: 9261162.

HSL color Cylindrical-coordinate representation of color #6A508D: hue angle of 265.57º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A508D is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10680141-
CMYK0.250.4300.45
HSL265.57º27.6%43.33%-
HSV(B)265.57º43.26%55.29%-
XYZ13.6210.7226.55-
YUV94.73154.11136.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=32.42%
G=24.46%
B=43.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106801410.250.4300.45265.5727.643.33
Hex6A508D192B02D10a1c2b
Octal15212021531530554123453
Binary110101010100001000110111001101011010110110000101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,141); }

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

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

 a { background-color: rgb(106,80,141); }

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

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

 span { border-color: rgb(106,80,141); }

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