#6C5898

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

Shades of Butterfly Bush #6C5898

Tints of Butterfly Bush #6C5898

Color information

#6C5898 (or 0x6C5898) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 58 and 98. RGB value is (108,88,152). Sum of RGB (Red+Green+Blue) = 108+88+152=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C5898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5898 is #93A767. Grayscale: #656565. Windows color (decimal): -9676648 or 9984108. OLE color: 9984108.

HSL color Cylindrical-coordinate representation of color #6C5898: hue angle of 258.75º 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 #6C5898 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10888152-
CMYK0.290.4200.40
HSL258.75º26.67%47.06%-
HSV(B)258.75º42.11%59.61%-
XYZ15.3412.4331.3-
YUV101.28156.63132.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=31.03%
G=25.29%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108881520.290.4200.40258.7526.6747.06
Hex6C58981D2A0281031b2f
Octal15413023035520504033357
Binary110110010110001001100011101101010010100010000001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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