Html Css Color HEX #6B4C8D Butterfly Bush

📋 copy color: '#6B4C8D'

red 107 ◦ green 76 ◦ blue 141

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

Shades of Butterfly Bush #6B4C8D

Tints of Butterfly Bush #6B4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.46%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 33.02%
G = 23.46%
B = 43.52%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B4C8D (or 0x6B4C8D) is known color: Butterfly Bush. HEX triplet: 6B, 4C and 8D. RGB value is (107,76,141). Sum of RGB (Red+Green+Blue) = 107+76+141=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B4C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4C8D is #94B372. Grayscale: #5C5C5C. Windows color (decimal): -9745267 or 9260139. OLE color: 9260139.

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

Color convert

RGB 107 76 141 -
CMYK 0.24 0.46 0 0.45
HSL 268.62º 0.3% 0.43% -
HSV(B) 268.62º 0.46% 0.55% -
XYZ 13.46 10.22 26.46 -
YUV 92.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 107 76 141 0.24 0.46 0 0.45 268.62 0.3 0.43
Hex 6B 4C 8D 18 2E 0 2D 10D 1E 2B
Octal 153 114 215 30 56 0 55 415 36 53
Binary 1101011 1001100 10001101 11000 101110 0 101101 100001101 11110 101011

Color Harmonies of #6B4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4C8D

Black with #6B4C8D

Text Example


Text Example

White with #6B4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,76,141); }

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

background-color css

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

 a { background-color: rgb(107,76,141); }

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

border-color css

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

 span { border-color: rgb(107,76,141); }

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