Html Css Color HEX #6B5493 Butterfly Bush

📋 copy color: '#6B5493'

red 107 ◦ green 84 ◦ blue 147

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

Shades of Butterfly Bush #6B5493

Tints of Butterfly Bush #6B5493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 31.66%
G = 24.85%
B = 43.49%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5493 (or 0x6B5493) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 93. RGB value is (107,84,147). Sum of RGB (Red+Green+Blue) = 107+84+147=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5493 is #94AB6C. Grayscale: #616161. Windows color (decimal): -9743213 or 9655403. OLE color: 9655403.

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

Color convert

RGB 107 84 147 -
CMYK 0.27 0.43 0 0.42
HSL 261.9º 0.27% 0.45% -
HSV(B) 261.9º 0.43% 0.58% -
XYZ 14.5 11.57 29.07 -
YUV 98.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 107 84 147 0.27 0.43 0 0.42 261.9 0.27 0.45
Hex 6B 54 93 1B 2B 0 2A 106 1B 2D
Octal 153 124 223 33 53 0 52 406 33 55
Binary 1101011 1010100 10010011 11011 101011 0 101010 100000110 11011 101101

Color Harmonies of #6B5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5493

Black with #6B5493

Text Example


Text Example

White with #6B5493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,147); }

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

background-color css

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

 a { background-color: rgb(107,84,147); }

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

border-color css

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

 span { border-color: rgb(107,84,147); }

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