Html Css Color HEX #6B5693 Butterfly Bush

📋 copy color: '#6B5693'

red 107 ◦ green 86 ◦ blue 147

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

Shades of Butterfly Bush #6B5693

Tints of Butterfly Bush #6B5693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 31.47%
G = 25.29%
B = 43.24%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5693 (or 0x6B5693) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 93. RGB value is (107,86,147). Sum of RGB (Red+Green+Blue) = 107+86+147=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5693 is #94A96C. Grayscale: #636363. Windows color (decimal): -9742701 or 9655915. OLE color: 9655915.

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

Color convert

RGB 107 86 147 -
CMYK 0.27 0.41 0 0.42
HSL 260.66º 0.26% 0.46% -
HSV(B) 260.66º 0.41% 0.58% -
XYZ 14.66 11.89 29.13 -
YUV 99.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 107 86 147 0.27 0.41 0 0.42 260.66 0.26 0.46
Hex 6B 56 93 1B 29 0 2A 105 1A 2E
Octal 153 126 223 33 51 0 52 405 32 56
Binary 1101011 1010110 10010011 11011 101001 0 101010 100000101 11010 101110

Color Harmonies of #6B5693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5693

Black with #6B5693

Text Example


Text Example

White with #6B5693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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