Html Css Color HEX #6C5699 Butterfly Bush

📋 copy color: '#6C5699'

red 108 ◦ green 86 ◦ blue 153

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

Shades of Butterfly Bush #6C5699

Tints of Butterfly Bush #6C5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 31.12%
G = 24.78%
B = 44.09%

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

#6C5699 (or 0x6C5699) is known color: Butterfly Bush. HEX triplet: 6C, 56 and 99. RGB value is (108,86,153). Sum of RGB (Red+Green+Blue) = 108+86+153=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5699 is #93A966. Grayscale: #636363. Windows color (decimal): -9677159 or 10049132. OLE color: 10049132.

HSL color Cylindrical-coordinate representation of color #6C5699: hue angle of 259.7º degrees, saturation: 0.28, 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 #6C5699 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 86 153 -
CMYK 0.29 0.44 0 0.4
HSL 259.7º 0.28% 0.47% -
HSV(B) 259.7º 0.44% 0.6% -
XYZ 15.26 12.14 31.68 -
YUV 100.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 108 86 153 0.29 0.44 0 0.4 259.7 0.28 0.47
Hex 6C 56 99 1D 2C 0 28 104 1C 2F
Octal 154 126 231 35 54 0 50 404 34 57
Binary 1101100 1010110 10011001 11101 101100 0 101000 100000100 11100 101111

Color Harmonies of #6C5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5699

Black with #6C5699

Text Example


Text Example

White with #6C5699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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