#6B588C

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

Shades of Butterfly Bush #6B588C

Tints of Butterfly Bush #6B588C

Color information

#6B588C (or 0x6B588C) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 8C. RGB value is (107,88,140). Sum of RGB (Red+Green+Blue) = 107+88+140=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B588C is #94A773. Grayscale: #636363. Windows color (decimal): -9742196 or 9197675. OLE color: 9197675.

HSL color Cylindrical-coordinate representation of color #6B588C: hue angle of 261.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B588C is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10788140-
CMYK0.240.3700.45
HSL261.92º22.81%44.71%-
HSV(B)261.92º37.14%54.9%-
XYZ14.291226.37-
YUV99.61150.79133.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=31.94%
G=26.27%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107881400.240.3700.45261.9222.8144.71
Hex6B588C182502D106172d
Octal15313021430450554062755
Binary110101110110001000110011000100101010110110000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,140); }

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

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

 a { background-color: rgb(107,88,140); }

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

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

 span { border-color: rgb(107,88,140); }

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