Html Css Color HEX #6A589A Butterfly Bush

📋 copy color: '#6A589A'

red 106 ◦ green 88 ◦ blue 154

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

Shades of Butterfly Bush #6A589A

Tints of Butterfly Bush #6A589A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 30.46%
G = 25.29%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A589A (or 0x6A589A) is known color: Butterfly Bush. HEX triplet: 6A, 58 and 9A. RGB value is (106,88,154). Sum of RGB (Red+Green+Blue) = 106+88+154=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A589A is #95A765. Grayscale: #646464. Windows color (decimal): -9807718 or 10115178. OLE color: 10115178.

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

Color convert

RGB 106 88 154 -
CMYK 0.31 0.43 0 0.40
HSL 256.36º 0.27% 0.47% -
HSV(B) 256.36º 0.43% 0.6% -
XYZ 15.27 12.38 32.16 -
YUV 100.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 106 88 154 0.31 0.43 0 0.40 256.36 0.27 0.47
Hex 6A 58 9A 1F 2B 0 28 100 1B 2F
Octal 152 130 232 37 53 0 50 400 33 57
Binary 1101010 1011000 10011010 11111 101011 0 101000 100000000 11011 101111

Color Harmonies of #6A589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A589A

Black with #6A589A

Text Example


Text Example

White with #6A589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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