Html Css Color HEX #6A4C8E Butterfly Bush

📋 copy color: '#6A4C8E'

red 106 ◦ green 76 ◦ blue 142

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

Shades of Butterfly Bush #6A4C8E

Tints of Butterfly Bush #6A4C8E

RGB

 RED value IS 106 (41.8% from 255) = 32.72%

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

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

R = 32.72%
G = 23.46%
B = 43.83%

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

#6A4C8E (or 0x6A4C8E) is known color: Butterfly Bush. HEX triplet: 6A, 4C and 8E. RGB value is (106,76,142). Sum of RGB (Red+Green+Blue) = 106+76+142=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A4C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4C8E is #95B371. Grayscale: #5C5C5C. Windows color (decimal): -9810802 or 9325674. OLE color: 9325674.

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

Color convert

RGB 106 76 142 -
CMYK 0.25 0.46 0 0.44
HSL 267.27º 0.3% 0.43% -
HSV(B) 267.27º 0.46% 0.56% -
XYZ 13.41 10.19 26.85 -
YUV 92.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 106 76 142 0.25 0.46 0 0.44 267.27 0.3 0.43
Hex 6A 4C 8E 19 2E 0 2C 10B 1E 2B
Octal 152 114 216 31 56 0 54 413 36 53
Binary 1101010 1001100 10001110 11001 101110 0 101100 100001011 11110 101011

Color Harmonies of #6A4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C8E

Black with #6A4C8E

Text Example


Text Example

White with #6A4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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