Html Css Color HEX #6C5599 Butterfly Bush

📋 copy color: '#6C5599'

red 108 ◦ green 85 ◦ blue 153

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

Shades of Butterfly Bush #6C5599

Tints of Butterfly Bush #6C5599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 31.21%
G = 24.57%
B = 44.22%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C5599 (or 0x6C5599) is known color: Butterfly Bush. HEX triplet: 6C, 55 and 99. RGB value is (108,85,153). Sum of RGB (Red+Green+Blue) = 108+85+153=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5599 is #93AA66. Grayscale: #636363. Windows color (decimal): -9677415 or 10048876. OLE color: 10048876.

HSL color Cylindrical-coordinate representation of color #6C5599: hue angle of 260.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C5599 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 85 153 -
CMYK 0.29 0.44 0 0.4
HSL 260.29º 0.29% 0.47% -
HSV(B) 260.29º 0.44% 0.6% -
XYZ 15.18 11.99 31.65 -
YUV 99.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 108 85 153 0.29 0.44 0 0.4 260.29 0.29 0.47
Hex 6C 55 99 1D 2C 0 28 104 1D 2F
Octal 154 125 231 35 54 0 50 404 35 57
Binary 1101100 1010101 10011001 11101 101100 0 101000 100000100 11101 101111

Color Harmonies of #6C5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5599

Black with #6C5599

Text Example


Text Example

White with #6C5599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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