Html Css Color HEX #6F5693 Butterfly Bush

📋 copy color: '#6F5693'

red 111 ◦ green 86 ◦ blue 147

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

Shades of Butterfly Bush #6F5693

Tints of Butterfly Bush #6F5693

RGB

 RED value IS 111 (43.75% from 255) = 32.27%

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

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

R = 32.27%
G = 25%
B = 42.73%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F5693 (or 0x6F5693) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 93. RGB value is (111,86,147). Sum of RGB (Red+Green+Blue) = 111+86+147=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5693 is #90A96C. Grayscale: #646464. Windows color (decimal): -9480557 or 9655919. OLE color: 9655919.

HSL color Cylindrical-coordinate representation of color #6F5693: hue angle of 264.59º 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 #6F5693 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 86 147 -
CMYK 0.24 0.41 0 0.42
HSL 264.59º 0.26% 0.46% -
HSV(B) 264.59º 0.41% 0.58% -
XYZ 15.15 12.14 29.15 -
YUV 100.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 111 86 147 0.24 0.41 0 0.42 264.59 0.26 0.46
Hex 6F 56 93 18 29 0 2A 109 1A 2E
Octal 157 126 223 30 51 0 52 411 32 56
Binary 1101111 1010110 10010011 11000 101001 0 101010 100001001 11010 101110

Color Harmonies of #6F5693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5693

Black with #6F5693

Text Example


Text Example

White with #6F5693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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