Html Css Color HEX #6C5091 Butterfly Bush

📋 copy color: '#6C5091'

red 108 ◦ green 80 ◦ blue 145

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

Shades of Butterfly Bush #6C5091

Tints of Butterfly Bush #6C5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 32.43%
G = 24.02%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C5091 (or 0x6C5091) is known color: Butterfly Bush. HEX triplet: 6C, 50 and 91. RGB value is (108,80,145). Sum of RGB (Red+Green+Blue) = 108+80+145=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5091 is #93AF6E. Grayscale: #5F5F5F. Windows color (decimal): -9678703 or 9523308. OLE color: 9523308.

HSL color Cylindrical-coordinate representation of color #6C5091: hue angle of 265.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C5091 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 80 145 -
CMYK 0.26 0.45 0 0.43
HSL 265.85º 0.29% 0.44% -
HSV(B) 265.85º 0.45% 0.57% -
XYZ 14.16 10.97 28.16 -
YUV 95.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 108 80 145 0.26 0.45 0 0.43 265.85 0.29 0.44
Hex 6C 50 91 1A 2D 0 2B 10A 1D 2C
Octal 154 120 221 32 55 0 53 412 35 54
Binary 1101100 1010000 10010001 11010 101101 0 101011 100001010 11101 101100

Color Harmonies of #6C5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5091

Black with #6C5091

Text Example


Text Example

White with #6C5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,145); }

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

background-color css

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

 a { background-color: rgb(108,80,145); }

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

border-color css

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

 span { border-color: rgb(108,80,145); }

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