Html Css Color HEX #6E568B Butterfly Bush

📋 copy color: '#6E568B'

red 110 ◦ green 86 ◦ blue 139

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

Shades of Butterfly Bush #6E568B

Tints of Butterfly Bush #6E568B

RGB

 RED value IS 110 (43.36% from 255) = 32.84%

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

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

R = 32.84%
G = 25.67%
B = 41.49%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E568B (or 0x6E568B) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 8B. RGB value is (110,86,139). Sum of RGB (Red+Green+Blue) = 110+86+139=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 86 (33.98% from 255 or 25.67% 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 #6E568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E568B is #91A974. Grayscale: #636363. Windows color (decimal): -9546101 or 9131630. OLE color: 9131630.

HSL color Cylindrical-coordinate representation of color #6E568B: hue angle of 267.17º 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 #6E568B is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 86 139 -
CMYK 0.21 0.38 0 0.45
HSL 267.17º 0.24% 0.44% -
HSV(B) 267.17º 0.38% 0.55% -
XYZ 14.42 11.83 25.95 -
YUV 99.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 110 86 139 0.21 0.38 0 0.45 267.17 0.24 0.44
Hex 6E 56 8B 15 26 0 2D 10B 18 2C
Octal 156 126 213 25 46 0 55 413 30 54
Binary 1101110 1010110 10001011 10101 100110 0 101101 100001011 11000 101100

Color Harmonies of #6E568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E568B

Black with #6E568B

Text Example


Text Example

White with #6E568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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