Html Css Color HEX #6F568B Butterfly Bush

📋 copy color: '#6F568B'

red 111 ◦ green 86 ◦ blue 139

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

Shades of Butterfly Bush #6F568B

Tints of Butterfly Bush #6F568B

RGB

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

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

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

R = 33.04%
G = 25.6%
B = 41.37%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F568B (or 0x6F568B) is known color: Butterfly Bush. HEX triplet: 6F, 56 and 8B. RGB value is (111,86,139). Sum of RGB (Red+Green+Blue) = 111+86+139=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F568B is #90A974. Grayscale: #636363. Windows color (decimal): -9480565 or 9131631. OLE color: 9131631.

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

Color convert

RGB 111 86 139 -
CMYK 0.20 0.38 0 0.45
HSL 268.3º 0.24% 0.44% -
HSV(B) 268.3º 0.38% 0.55% -
XYZ 14.54 11.9 25.96 -
YUV 99.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 111 86 139 0.20 0.38 0 0.45 268.3 0.24 0.44
Hex 6F 56 8B 14 26 0 2D 10C 18 2C
Octal 157 126 213 24 46 0 55 414 30 54
Binary 1101111 1010110 10001011 10100 100110 0 101101 100001100 11000 101100

Color Harmonies of #6F568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F568B

Black with #6F568B

Text Example


Text Example

White with #6F568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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