#6B588D

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

Shades of Butterfly Bush #6B588D

Tints of Butterfly Bush #6B588D

Color information

#6B588D (or 0x6B588D) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 8D. RGB value is (107,88,141). Sum of RGB (Red+Green+Blue) = 107+88+141=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B588D is #94A772. Grayscale: #636363. Windows color (decimal): -9742195 or 9263211. OLE color: 9263211.

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

Color convert

RGB10788141-
CMYK0.240.3800.45
HSL261.51º23.14%44.9%-
HSV(B)261.51º37.59%55.29%-
XYZ14.3612.0326.76-
YUV99.72151.29133.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=31.85%
G=26.19%
B=41.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107881410.240.3800.45261.5123.1444.9
Hex6B588D182602D106172d
Octal15313021530460554062755
Binary110101110110001000110111000100110010110110000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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