Html Css Color HEX #6F5F90 Butterfly Bush

📋 copy color: '#6F5F90'

red 111 ◦ green 95 ◦ blue 144

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

Shades of Butterfly Bush #6F5F90

Tints of Butterfly Bush #6F5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 31.71%
G = 27.14%
B = 41.14%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F5F90 (or 0x6F5F90) is known color: Butterfly Bush. HEX triplet: 6F, 5F and 90. RGB value is (111,95,144). Sum of RGB (Red+Green+Blue) = 111+95+144=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F5F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5F90 is #90A06F. Grayscale: #696969. Windows color (decimal): -9478256 or 9461615. OLE color: 9461615.

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

Color convert

RGB 111 95 144 -
CMYK 0.23 0.34 0 0.44
HSL 259.59º 0.21% 0.47% -
HSV(B) 259.59º 0.34% 0.56% -
XYZ 15.68 13.58 28.18 -
YUV 105.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 111 95 144 0.23 0.34 0 0.44 259.59 0.21 0.47
Hex 6F 5F 90 17 22 0 2C 104 15 2F
Octal 157 137 220 27 42 0 54 404 25 57
Binary 1101111 1011111 10010000 10111 100010 0 101100 100000100 10101 101111

Color Harmonies of #6F5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5F90

Black with #6F5F90

Text Example


Text Example

White with #6F5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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