Html Css Color HEX #6C5A89 Butterfly Bush

📋 copy color: '#6C5A89'

red 108 ◦ green 90 ◦ blue 137

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

Shades of Butterfly Bush #6C5A89

Tints of Butterfly Bush #6C5A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 32.24%
G = 26.87%
B = 40.9%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C5A89 (or 0x6C5A89) is known color: Butterfly Bush. HEX triplet: 6C, 5A and 89. RGB value is (108,90,137). Sum of RGB (Red+Green+Blue) = 108+90+137=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5A89 is #93A576. Grayscale: #646464. Windows color (decimal): -9676151 or 9001580. OLE color: 9001580.

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

Color convert

RGB 108 90 137 -
CMYK 0.21 0.34 0 0.46
HSL 262.98º 0.21% 0.45% -
HSV(B) 262.98º 0.34% 0.54% -
XYZ 14.36 12.31 25.29 -
YUV 100.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 108 90 137 0.21 0.34 0 0.46 262.98 0.21 0.45
Hex 6C 5A 89 15 22 0 2E 107 15 2D
Octal 154 132 211 25 42 0 56 407 25 55
Binary 1101100 1011010 10001001 10101 100010 0 101110 100000111 10101 101101

Color Harmonies of #6C5A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A89

Black with #6C5A89

Text Example


Text Example

White with #6C5A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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