Html Css Color HEX #6C5690 Butterfly Bush

📋 copy color: '#6C5690'

red 108 ◦ green 86 ◦ blue 144

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

Shades of Butterfly Bush #6C5690

Tints of Butterfly Bush #6C5690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 31.95%
G = 25.44%
B = 42.6%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C5690 (or 0x6C5690) is known color: Butterfly Bush. HEX triplet: 6C, 56 and 90. RGB value is (108,86,144). Sum of RGB (Red+Green+Blue) = 108+86+144=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C5690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5690 is #93A96F. Grayscale: #626262. Windows color (decimal): -9677168 or 9459308. OLE color: 9459308.

HSL color Cylindrical-coordinate representation of color #6C5690: hue angle of 262.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C5690 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 86 144 -
CMYK 0.25 0.40 0 0.44
HSL 262.76º 0.25% 0.45% -
HSV(B) 262.76º 0.4% 0.56% -
XYZ 14.55 11.86 27.91 -
YUV 99.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 108 86 144 0.25 0.40 0 0.44 262.76 0.25 0.45
Hex 6C 56 90 19 28 0 2C 107 19 2D
Octal 154 126 220 31 50 0 54 407 31 55
Binary 1101100 1010110 10010000 11001 101000 0 101100 100000111 11001 101101

Color Harmonies of #6C5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5690

Black with #6C5690

Text Example


Text Example

White with #6C5690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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