Html Css Color HEX #6B518E Butterfly Bush

📋 copy color: '#6B518E'

red 107 ◦ green 81 ◦ blue 142

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

Shades of Butterfly Bush #6B518E

Tints of Butterfly Bush #6B518E

RGB

 RED value IS 107 (42.19% from 255) = 32.42%

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 32.42%
G = 24.55%
B = 43.03%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B518E (or 0x6B518E) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 8E. RGB value is (107,81,142). Sum of RGB (Red+Green+Blue) = 107+81+142=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B518E is #94AE71. Grayscale: #5F5F5F. Windows color (decimal): -9743986 or 9326955. OLE color: 9326955.

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

Color convert

RGB 107 81 142 -
CMYK 0.25 0.43 0 0.44
HSL 265.57º 0.27% 0.44% -
HSV(B) 265.57º 0.43% 0.56% -
XYZ 13.89 10.96 26.98 -
YUV 95.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 107 81 142 0.25 0.43 0 0.44 265.57 0.27 0.44
Hex 6B 51 8E 19 2B 0 2C 10A 1B 2C
Octal 153 121 216 31 53 0 54 412 33 54
Binary 1101011 1010001 10001110 11001 101011 0 101100 100001010 11011 101100

Color Harmonies of #6B518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B518E

Black with #6B518E

Text Example


Text Example

White with #6B518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,142); }

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

background-color css

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

 a { background-color: rgb(107,81,142); }

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

border-color css

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

 span { border-color: rgb(107,81,142); }

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