Html Css Color HEX #6A57AD Blue Marguerite

📋 copy color: '#6A57AD'

red 106 ◦ green 87 ◦ blue 173

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

Shades of Blue Marguerite #6A57AD

Tints of Blue Marguerite #6A57AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 28.96%
G = 23.77%
B = 47.27%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A57AD (or 0x6A57AD) is known color: Blue Marguerite. HEX triplet: 6A, 57 and AD. RGB value is (106,87,173). Sum of RGB (Red+Green+Blue) = 106+87+173=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A57AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A57AD is #95A852. Grayscale: #666666. Windows color (decimal): -9807955 or 11360106. OLE color: 11360106.

HSL color Cylindrical-coordinate representation of color #6A57AD: hue angle of 253.26º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A57AD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 87 173 -
CMYK 0.39 0.50 0 0.32
HSL 253.26º 0.34% 0.51% -
HSV(B) 253.26º 0.5% 0.68% -
XYZ 16.89 12.9 41.13 -
YUV 102.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 106 87 173 0.39 0.50 0 0.32 253.26 0.34 0.51
Hex 6A 57 AD 27 32 0 20 FD 22 33
Octal 152 127 255 47 62 0 40 375 42 63
Binary 1101010 1010111 10101101 100111 110010 0 100000 11111101 100010 110011

Color Harmonies of #6A57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A57AD

Black with #6A57AD

Text Example


Text Example

White with #6A57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,87,173); }

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

background-color css

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

 a { background-color: rgb(106,87,173); }

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

border-color css

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

 span { border-color: rgb(106,87,173); }

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