#6B588A

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

Shades of Butterfly Bush #6B588A

Tints of Butterfly Bush #6B588A

Color information

#6B588A (or 0x6B588A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 8A. RGB value is (107,88,138). Sum of RGB (Red+Green+Blue) = 107+88+138=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B588A is #94A775. Grayscale: #636363. Windows color (decimal): -9742198 or 9066603. OLE color: 9066603.

HSL color Cylindrical-coordinate representation of color #6B588A: hue angle of 262.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B588A is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10788138-
CMYK0.220.3600.46
HSL262.8º22.12%44.31%-
HSV(B)262.8º36.23%54.12%-
XYZ14.1411.9425.6-
YUV99.38149.79133.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=32.13%
G=26.43%
B=41.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107881380.220.3600.46262.822.1244.31
Hex6B588A162402E107162c
Octal15313021226440564072654
Binary110101110110001000101010110100100010111010000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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