Html Css Color HEX #6F558B Butterfly Bush

📋 copy color: '#6F558B'

red 111 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #6F558B

Tints of Butterfly Bush #6F558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 33.13%
G = 25.37%
B = 41.49%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F558B (or 0x6F558B) is known color: Butterfly Bush. HEX triplet: 6F, 55 and 8B. RGB value is (111,85,139). Sum of RGB (Red+Green+Blue) = 111+85+139=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F558B is #90AA74. Grayscale: #626262. Windows color (decimal): -9480821 or 9131375. OLE color: 9131375.

HSL color Cylindrical-coordinate representation of color #6F558B: hue angle of 268.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F558B is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 85 139 -
CMYK 0.20 0.39 0 0.45
HSL 268.89º 0.24% 0.44% -
HSV(B) 268.89º 0.39% 0.55% -
XYZ 14.46 11.74 25.93 -
YUV 98.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 111 85 139 0.20 0.39 0 0.45 268.89 0.24 0.44
Hex 6F 55 8B 14 27 0 2D 10D 18 2C
Octal 157 125 213 24 47 0 55 415 30 54
Binary 1101111 1010101 10001011 10100 100111 0 101101 100001101 11000 101100

Color Harmonies of #6F558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F558B

Black with #6F558B

Text Example


Text Example

White with #6F558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,139); }

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

background-color css

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

 a { background-color: rgb(111,85,139); }

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

border-color css

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

 span { border-color: rgb(111,85,139); }

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