#6A5898

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

Shades of Butterfly Bush #6A5898

Tints of Butterfly Bush #6A5898

Color information

#6A5898 (or 0x6A5898) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 58 and 98. RGB value is (106,88,152). Sum of RGB (Red+Green+Blue) = 106+88+152=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A5898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5898 is #95A767. Grayscale: #646464. Windows color (decimal): -9807720 or 9984106. OLE color: 9984106.

HSL color Cylindrical-coordinate representation of color #6A5898: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A5898 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10688152-
CMYK0.300.4200.40
HSL256.88º26.67%47.06%-
HSV(B)256.88º42.11%59.61%-
XYZ15.112.3131.29-
YUV100.68156.96131.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=30.64%
G=25.43%
B=43.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106881520.300.4200.40256.8826.6747.06
Hex6A58981E2A0281011b2f
Octal15213023036520504013357
Binary110101010110001001100011110101010010100010000000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,152); }

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

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

 a { background-color: rgb(106,88,152); }

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

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

 span { border-color: rgb(106,88,152); }

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