Html Css Color HEX #6F5C90 Butterfly Bush

📋 copy color: '#6F5C90'

red 111 ◦ green 92 ◦ blue 144

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

Shades of Butterfly Bush #6F5C90

Tints of Butterfly Bush #6F5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

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

R = 31.99%
G = 26.51%
B = 41.5%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F5C90 (or 0x6F5C90) is known color: Butterfly Bush. HEX triplet: 6F, 5C and 90. RGB value is (111,92,144). Sum of RGB (Red+Green+Blue) = 111+92+144=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F5C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5C90 is #90A36F. Grayscale: #676767. Windows color (decimal): -9479024 or 9460847. OLE color: 9460847.

HSL color Cylindrical-coordinate representation of color #6F5C90: hue angle of 261.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5C90 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 92 144 -
CMYK 0.23 0.36 0 0.44
HSL 261.92º 0.22% 0.46% -
HSV(B) 261.92º 0.36% 0.56% -
XYZ 15.42 13.05 28.09 -
YUV 103.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 111 92 144 0.23 0.36 0 0.44 261.92 0.22 0.46
Hex 6F 5C 90 17 24 0 2C 106 16 2E
Octal 157 134 220 27 44 0 54 406 26 56
Binary 1101111 1011100 10010000 10111 100100 0 101100 100000110 10110 101110

Color Harmonies of #6F5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C90

Black with #6F5C90

Text Example


Text Example

White with #6F5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,92,144); }

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

background-color css

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

 a { background-color: rgb(111,92,144); }

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

border-color css

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

 span { border-color: rgb(111,92,144); }

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