Html Css Color HEX #6D588B Butterfly Bush

📋 copy color: '#6D588B'

red 109 ◦ green 88 ◦ blue 139

#6D588B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #6D588B

Tints of Butterfly Bush #6D588B

RGB

 RED value IS 109 (42.97% from 255) = 32.44%

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 32.44%
G = 26.19%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D588B (or 0x6D588B) is known color: Butterfly Bush. HEX triplet: 6D, 58 and 8B. RGB value is (109,88,139). Sum of RGB (Red+Green+Blue) = 109+88+139=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D588B is #92A774. Grayscale: #636363. Windows color (decimal): -9611125 or 9132141. OLE color: 9132141.

HSL color Cylindrical-coordinate representation of color #6D588B: hue angle of 264.71º degrees, saturation: 0.22, 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 #6D588B is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 88 139 -
CMYK 0.22 0.37 0 0.45
HSL 264.71º 0.22% 0.45% -
HSV(B) 264.71º 0.37% 0.55% -
XYZ 14.46 12.09 26 -
YUV 100.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 109 88 139 0.22 0.37 0 0.45 264.71 0.22 0.45
Hex 6D 58 8B 16 25 0 2D 109 16 2D
Octal 155 130 213 26 45 0 55 411 26 55
Binary 1101101 1011000 10001011 10110 100101 0 101101 100001001 10110 101101

Color Harmonies of #6D588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D588B

Black with #6D588B

Text Example


Text Example

White with #6D588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,139); }

 H1.HeaderClassName
 {
   color: #6D588B;
 }
 .AnyTagClassName
 {
   color: #6D588B;
 }
</style>

background-color css

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

 a { background-color: rgb(109,88,139); }

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

border-color css

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

 span { border-color: rgb(109,88,139); }

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