Html Css Color HEX #6E5592 Butterfly Bush

📋 copy color: '#6E5592'

red 110 ◦ green 85 ◦ blue 146

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

Shades of Butterfly Bush #6E5592

Tints of Butterfly Bush #6E5592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 32.26%
G = 24.93%
B = 42.82%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5592 (or 0x6E5592) is known color: Butterfly Bush. HEX triplet: 6E, 55 and 92. RGB value is (110,85,146). Sum of RGB (Red+Green+Blue) = 110+85+146=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E5592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5592 is #91AA6D. Grayscale: #636363. Windows color (decimal): -9546350 or 9590126. OLE color: 9590126.

HSL color Cylindrical-coordinate representation of color #6E5592: hue angle of 264.59º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E5592 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 85 146 -
CMYK 0.25 0.42 0 0.43
HSL 264.59º 0.26% 0.45% -
HSV(B) 264.59º 0.42% 0.57% -
XYZ 14.87 11.89 28.71 -
YUV 99.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 110 85 146 0.25 0.42 0 0.43 264.59 0.26 0.45
Hex 6E 55 92 19 2A 0 2B 109 1A 2D
Octal 156 125 222 31 52 0 53 411 32 55
Binary 1101110 1010101 10010010 11001 101010 0 101011 100001001 11010 101101

Color Harmonies of #6E5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5592

Black with #6E5592

Text Example


Text Example

White with #6E5592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,85,146); }

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

background-color css

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

 a { background-color: rgb(110,85,146); }

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

border-color css

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

 span { border-color: rgb(110,85,146); }

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