Html Css Color HEX #6C5A91 Butterfly Bush

📋 copy color: '#6C5A91'

red 108 ◦ green 90 ◦ blue 145

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

Shades of Butterfly Bush #6C5A91

Tints of Butterfly Bush #6C5A91

RGB

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

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

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

R = 31.49%
G = 26.24%
B = 42.27%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C5A91 (or 0x6C5A91) is known color: Butterfly Bush. HEX triplet: 6C, 5A and 91. RGB value is (108,90,145). Sum of RGB (Red+Green+Blue) = 108+90+145=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5A91 is #93A56E. Grayscale: #656565. Windows color (decimal): -9676143 or 9525868. OLE color: 9525868.

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

Color convert

RGB 108 90 145 -
CMYK 0.26 0.38 0 0.43
HSL 259.64º 0.23% 0.46% -
HSV(B) 259.64º 0.38% 0.57% -
XYZ 14.95 12.54 28.42 -
YUV 101.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 108 90 145 0.26 0.38 0 0.43 259.64 0.23 0.46
Hex 6C 5A 91 1A 26 0 2B 104 17 2E
Octal 154 132 221 32 46 0 53 404 27 56
Binary 1101100 1011010 10010001 11010 100110 0 101011 100000100 10111 101110

Color Harmonies of #6C5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A91

Black with #6C5A91

Text Example


Text Example

White with #6C5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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