Html Css Color HEX #6D518C Butterfly Bush

📋 copy color: '#6D518C'

red 109 ◦ green 81 ◦ blue 140

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

Shades of Butterfly Bush #6D518C

Tints of Butterfly Bush #6D518C

RGB

 RED value IS 109 (42.97% from 255) = 33.03%

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 33.03%
G = 24.55%
B = 42.42%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D518C (or 0x6D518C) is known color: Butterfly Bush. HEX triplet: 6D, 51 and 8C. RGB value is (109,81,140). Sum of RGB (Red+Green+Blue) = 109+81+140=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D518C is #92AE73. Grayscale: #5F5F5F. Windows color (decimal): -9612916 or 9195885. OLE color: 9195885.

HSL color Cylindrical-coordinate representation of color #6D518C: hue angle of 268.47º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D518C is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 81 140 -
CMYK 0.22 0.42 0 0.45
HSL 268.47º 0.27% 0.43% -
HSV(B) 268.47º 0.42% 0.55% -
XYZ 13.98 11.03 26.2 -
YUV 96.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 109 81 140 0.22 0.42 0 0.45 268.47 0.27 0.43
Hex 6D 51 8C 16 2A 0 2D 10C 1B 2B
Octal 155 121 214 26 52 0 55 414 33 53
Binary 1101101 1010001 10001100 10110 101010 0 101101 100001100 11011 101011

Color Harmonies of #6D518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D518C

Black with #6D518C

Text Example


Text Example

White with #6D518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,140); }

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

background-color css

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

 a { background-color: rgb(109,81,140); }

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

border-color css

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

 span { border-color: rgb(109,81,140); }

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