Html Css Color HEX #6F568A Butterfly Bush

📋 copy color: '#6F568A'

red 111 ◦ green 86 ◦ blue 138

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

Shades of Butterfly Bush #6F568A

Tints of Butterfly Bush #6F568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 33.13%
G = 25.67%
B = 41.19%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F568A (or 0x6F568A) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 8A. RGB value is (111,86,138). Sum of RGB (Red+Green+Blue) = 111+86+138=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F568A is #90A975. Grayscale: #636363. Windows color (decimal): -9480566 or 9066095. OLE color: 9066095.

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

Color convert

RGB 111 86 138 -
CMYK 0.20 0.38 0 0.46
HSL 268.85º 0.23% 0.44% -
HSV(B) 268.85º 0.38% 0.54% -
XYZ 14.47 11.87 25.57 -
YUV 99.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 111 86 138 0.20 0.38 0 0.46 268.85 0.23 0.44
Hex 6F 56 8A 14 26 0 2E 10D 17 2C
Octal 157 126 212 24 46 0 56 415 27 54
Binary 1101111 1010110 10001010 10100 100110 0 101110 100001101 10111 101100

Color Harmonies of #6F568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F568A

Black with #6F568A

Text Example


Text Example

White with #6F568A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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