#6A5285

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

Shades of Butterfly Bush #6A5285

Tints of Butterfly Bush #6A5285

Color information

#6A5285 (or 0x6A5285) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 52 and 85. RGB value is (106,82,133). Sum of RGB (Red+Green+Blue) = 106+82+133=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A5285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5285 is #95AD7A. Grayscale: #5E5E5E. Windows color (decimal): -9809275 or 8737386. OLE color: 8737386.

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

Color convert

RGB10682133-
CMYK0.200.3800.48
HSL268.24º23.72%42.16%-
HSV(B)268.24º38.35%52.16%-
XYZ13.1910.7923.58-
YUV94.99149.45135.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=33.02%
G=25.55%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106821330.200.3800.48268.2423.7242.16
Hex6A5285142603010c182a
Octal15212220524460604143052
Binary110101010100101000010110100100110011000010000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,82,133); }

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

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

 a { background-color: rgb(106,82,133); }

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

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

 span { border-color: rgb(106,82,133); }

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