Html Css Color HEX #6C5290 Butterfly Bush

📋 copy color: '#6C5290'

red 108 ◦ green 82 ◦ blue 144

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

Shades of Butterfly Bush #6C5290

Tints of Butterfly Bush #6C5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 32.34%
G = 24.55%
B = 43.11%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C5290 (or 0x6C5290) is known color: Butterfly Bush. HEX triplet: 6C, 52 and 90. RGB value is (108,82,144). Sum of RGB (Red+Green+Blue) = 108+82+144=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5290 is #93AD6F. Grayscale: #606060. Windows color (decimal): -9678192 or 9458284. OLE color: 9458284.

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

Color convert

RGB 108 82 144 -
CMYK 0.25 0.43 0 0.44
HSL 265.16º 0.27% 0.44% -
HSV(B) 265.16º 0.43% 0.56% -
XYZ 14.24 11.24 27.8 -
YUV 96.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 108 82 144 0.25 0.43 0 0.44 265.16 0.27 0.44
Hex 6C 52 90 19 2B 0 2C 109 1B 2C
Octal 154 122 220 31 53 0 54 411 33 54
Binary 1101100 1010010 10010000 11001 101011 0 101100 100001001 11011 101100

Color Harmonies of #6C5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5290

Black with #6C5290

Text Example


Text Example

White with #6C5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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