Html Css Color HEX #6B4C8E Butterfly Bush

📋 copy color: '#6B4C8E'

red 107 ◦ green 76 ◦ blue 142

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

Shades of Butterfly Bush #6B4C8E

Tints of Butterfly Bush #6B4C8E

RGB

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

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

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

R = 32.92%
G = 23.38%
B = 43.69%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B4C8E (or 0x6B4C8E) is known color: Butterfly Bush. HEX triplet: 6B, 4C and 8E. RGB value is (107,76,142). Sum of RGB (Red+Green+Blue) = 107+76+142=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B4C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4C8E is #94B371. Grayscale: #5C5C5C. Windows color (decimal): -9745266 or 9325675. OLE color: 9325675.

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

Color convert

RGB 107 76 142 -
CMYK 0.25 0.46 0 0.44
HSL 268.18º 0.3% 0.43% -
HSV(B) 268.18º 0.46% 0.56% -
XYZ 13.53 10.25 26.86 -
YUV 92.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 107 76 142 0.25 0.46 0 0.44 268.18 0.3 0.43
Hex 6B 4C 8E 19 2E 0 2C 10C 1E 2B
Octal 153 114 216 31 56 0 54 414 36 53
Binary 1101011 1001100 10001110 11001 101110 0 101100 100001100 11110 101011

Color Harmonies of #6B4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4C8E

Black with #6B4C8E

Text Example


Text Example

White with #6B4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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