#6A5B95

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

Shades of Butterfly Bush #6A5B95

Tints of Butterfly Bush #6A5B95

Color information

#6A5B95 (or 0x6A5B95) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 5B and 95. RGB value is (106,91,149). Sum of RGB (Red+Green+Blue) = 106+91+149=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A5B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5B95 is #95A46A. Grayscale: #656565. Windows color (decimal): -9806955 or 9788266. OLE color: 9788266.

HSL color Cylindrical-coordinate representation of color #6A5B95: hue angle of 255.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A5B95 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10691149-
CMYK0.290.3900.42
HSL255.52º24.17%47.06%-
HSV(B)255.52º38.93%58.43%-
XYZ15.1112.7230.09-
YUV102.1154.47130.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=30.64%
G=26.30%
B=43.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106911490.290.3900.42255.5224.1747.06
Hex6A5B951D2702A100182f
Octal15213322535470524003057
Binary110101010110111001010111101100111010101010000000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,149); }

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

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

 a { background-color: rgb(106,91,149); }

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

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

 span { border-color: rgb(106,91,149); }

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