Html Css Color HEX #6A5899 Butterfly Bush

📋 copy color: '#6A5899'

red 106 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #6A5899

Tints of Butterfly Bush #6A5899

RGB

 RED value IS 106 (41.8% from 255) = 30.55%

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 30.55%
G = 25.36%
B = 44.09%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A5899 (or 0x6A5899) is known color: Butterfly Bush. HEX triplet: 6A, 58 and 99. RGB value is (106,88,153). Sum of RGB (Red+Green+Blue) = 106+88+153=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5899 is #95A766. Grayscale: #646464. Windows color (decimal): -9807719 or 10049642. OLE color: 10049642.

HSL color Cylindrical-coordinate representation of color #6A5899: hue angle of 256.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A5899 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 88 153 -
CMYK 0.31 0.42 0 0.4
HSL 256.62º 0.27% 0.47% -
HSV(B) 256.62º 0.42% 0.6% -
XYZ 15.18 12.34 31.72 -
YUV 100.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 106 88 153 0.31 0.42 0 0.4 256.62 0.27 0.47
Hex 6A 58 99 1F 2A 0 28 101 1B 2F
Octal 152 130 231 37 52 0 50 401 33 57
Binary 1101010 1011000 10011001 11111 101010 0 101000 100000001 11011 101111

Color Harmonies of #6A5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5899

Black with #6A5899

Text Example


Text Example

White with #6A5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,153); }

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

background-color css

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

 a { background-color: rgb(106,88,153); }

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

border-color css

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

 span { border-color: rgb(106,88,153); }

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