Html Css Color HEX #6C4C8E Butterfly Bush

📋 copy color: '#6C4C8E'

red 108 ◦ green 76 ◦ blue 142

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

Shades of Butterfly Bush #6C4C8E

Tints of Butterfly Bush #6C4C8E

RGB

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

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

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

R = 33.13%
G = 23.31%
B = 43.56%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C4C8E (or 0x6C4C8E) is known color: Butterfly Bush. HEX triplet: 6C, 4C and 8E. RGB value is (108,76,142). Sum of RGB (Red+Green+Blue) = 108+76+142=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C4C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4C8E is #93B371. Grayscale: #5C5C5C. Windows color (decimal): -9679730 or 9325676. OLE color: 9325676.

HSL color Cylindrical-coordinate representation of color #6C4C8E: hue angle of 269.09º 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 #6C4C8E is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 76 142 -
CMYK 0.24 0.46 0 0.44
HSL 269.09º 0.3% 0.43% -
HSV(B) 269.09º 0.46% 0.56% -
XYZ 13.65 10.31 26.86 -
YUV 93.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 108 76 142 0.24 0.46 0 0.44 269.09 0.3 0.43
Hex 6C 4C 8E 18 2E 0 2C 10D 1E 2B
Octal 154 114 216 30 56 0 54 415 36 53
Binary 1101100 1001100 10001110 11000 101110 0 101100 100001101 11110 101011

Color Harmonies of #6C4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4C8E

Black with #6C4C8E

Text Example


Text Example

White with #6C4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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