Html Css Color HEX #6C5995 Butterfly Bush

📋 copy color: '#6C5995'

red 108 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #6C5995

Tints of Butterfly Bush #6C5995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 31.21%
G = 25.72%
B = 43.06%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C5995 (or 0x6C5995) is known color: Butterfly Bush. HEX triplet: 6C, 59 and 95. RGB value is (108,89,149). Sum of RGB (Red+Green+Blue) = 108+89+149=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5995 is #93A66A. Grayscale: #656565. Windows color (decimal): -9676395 or 9787756. OLE color: 9787756.

HSL color Cylindrical-coordinate representation of color #6C5995: hue angle of 259º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C5995 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 89 149 -
CMYK 0.28 0.40 0 0.42
HSL 259º 0.25% 0.47% -
HSV(B) 259º 0.4% 0.58% -
XYZ 15.18 12.5 30.05 -
YUV 101.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 108 89 149 0.28 0.40 0 0.42 259 0.25 0.47
Hex 6C 59 95 1C 28 0 2A 103 19 2F
Octal 154 131 225 34 50 0 52 403 31 57
Binary 1101100 1011001 10010101 11100 101000 0 101010 100000011 11001 101111

Color Harmonies of #6C5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5995

Black with #6C5995

Text Example


Text Example

White with #6C5995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,89,149); }

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

background-color css

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

 a { background-color: rgb(108,89,149); }

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

border-color css

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

 span { border-color: rgb(108,89,149); }

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