Html Css Color HEX #6A558B Butterfly Bush

📋 copy color: '#6A558B'

red 106 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #6A558B

Tints of Butterfly Bush #6A558B

RGB

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

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

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

R = 32.12%
G = 25.76%
B = 42.12%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A558B (or 0x6A558B) is known color: Butterfly Bush. HEX triplet: 6A, 55 and 8B. RGB value is (106,85,139). Sum of RGB (Red+Green+Blue) = 106+85+139=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A558B is #95AA74. Grayscale: #616161. Windows color (decimal): -9808501 or 9131370. OLE color: 9131370.

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

Color convert

RGB 106 85 139 -
CMYK 0.24 0.39 0 0.45
HSL 263.33º 0.24% 0.44% -
HSV(B) 263.33º 0.39% 0.55% -
XYZ 13.85 11.43 25.9 -
YUV 97.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 106 85 139 0.24 0.39 0 0.45 263.33 0.24 0.44
Hex 6A 55 8B 18 27 0 2D 107 18 2C
Octal 152 125 213 30 47 0 55 407 30 54
Binary 1101010 1010101 10001011 11000 100111 0 101101 100000111 11000 101100

Color Harmonies of #6A558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A558B

Black with #6A558B

Text Example


Text Example

White with #6A558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,139); }

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

background-color css

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

 a { background-color: rgb(106,85,139); }

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

border-color css

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

 span { border-color: rgb(106,85,139); }

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