Html Css Color HEX #6C4F90 Butterfly Bush

📋 copy color: '#6C4F90'

red 108 ◦ green 79 ◦ blue 144

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

Shades of Butterfly Bush #6C4F90

Tints of Butterfly Bush #6C4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 32.63%
G = 23.87%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C4F90 (or 0x6C4F90) is known color: Butterfly Bush. HEX triplet: 6C, 4F and 90. RGB value is (108,79,144). Sum of RGB (Red+Green+Blue) = 108+79+144=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F90 is #93B06F. Grayscale: #5E5E5E. Windows color (decimal): -9678960 or 9457516. OLE color: 9457516.

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

Color convert

RGB 108 79 144 -
CMYK 0.25 0.45 0 0.44
HSL 266.77º 0.29% 0.44% -
HSV(B) 266.77º 0.45% 0.56% -
XYZ 14.01 10.79 27.73 -
YUV 95.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 108 79 144 0.25 0.45 0 0.44 266.77 0.29 0.44
Hex 6C 4F 90 19 2D 0 2C 10B 1D 2C
Octal 154 117 220 31 55 0 54 413 35 54
Binary 1101100 1001111 10010000 11001 101101 0 101100 100001011 11101 101100

Color Harmonies of #6C4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4F90

Black with #6C4F90

Text Example


Text Example

White with #6C4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,79,144); }

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

background-color css

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

 a { background-color: rgb(108,79,144); }

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

border-color css

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

 span { border-color: rgb(108,79,144); }

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