#6A5D92

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

Shades of Butterfly Bush #6A5D92

Tints of Butterfly Bush #6A5D92

Color information

#6A5D92 (or 0x6A5D92) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 5D and 92. RGB value is (106,93,146). Sum of RGB (Red+Green+Blue) = 106+93+146=345 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.72% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A5D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5D92 is #95A26D. Grayscale: #666666. Windows color (decimal): -9806446 or 9592170. OLE color: 9592170.

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

Color convert

RGB10693146-
CMYK0.270.3600.43
HSL254.72º22.18%46.86%-
HSV(B)254.72º36.3%57.25%-
XYZ15.0512.9728.9-
YUV102.93152.31130.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.72%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=30.72%
G=26.96%
B=42.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106931460.270.3600.43254.7222.1846.86
Hex6A5D921B2402Bff162f
Octal15213522233440533772657
Binary11010101011101100100101101110010001010111111111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,146); }

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

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

 a { background-color: rgb(106,93,146); }

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

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

 span { border-color: rgb(106,93,146); }

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