Html Css Color HEX #6C5589 Butterfly Bush

📋 copy color: '#6C5589'

red 108 ◦ green 85 ◦ blue 137

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

Shades of Butterfly Bush #6C5589

Tints of Butterfly Bush #6C5589

RGB

 RED value IS 108 (42.58% from 255) = 32.73%

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 32.73%
G = 25.76%
B = 41.52%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C5589 (or 0x6C5589) is known color: Butterfly Bush. HEX triplet: 6C, 55 and 89. RGB value is (108,85,137). Sum of RGB (Red+Green+Blue) = 108+85+137=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5589 is #93AA76. Grayscale: #616161. Windows color (decimal): -9677431 or 9000300. OLE color: 9000300.

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

Color convert

RGB 108 85 137 -
CMYK 0.21 0.38 0 0.46
HSL 266.54º 0.23% 0.44% -
HSV(B) 266.54º 0.38% 0.54% -
XYZ 13.95 11.49 25.15 -
YUV 97.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 108 85 137 0.21 0.38 0 0.46 266.54 0.23 0.44
Hex 6C 55 89 15 26 0 2E 10B 17 2C
Octal 154 125 211 25 46 0 56 413 27 54
Binary 1101100 1010101 10001001 10101 100110 0 101110 100001011 10111 101100

Color Harmonies of #6C5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5589

Black with #6C5589

Text Example


Text Example

White with #6C5589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,137); }

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

background-color css

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

 a { background-color: rgb(108,85,137); }

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

border-color css

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

 span { border-color: rgb(108,85,137); }

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