Html Css Color HEX #6A5EAB Blue Marguerite

📋 copy color: '#6A5EAB'

red 106 ◦ green 94 ◦ blue 171

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

Shades of Blue Marguerite #6A5EAB

Tints of Blue Marguerite #6A5EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 28.57%
G = 25.34%
B = 46.09%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A5EAB (or 0x6A5EAB) is known color: Blue Marguerite. HEX triplet: 6A, 5E and AB. RGB value is (106,94,171). Sum of RGB (Red+Green+Blue) = 106+94+171=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5EAB is #95A154. Grayscale: #6A6A6A. Windows color (decimal): -9806165 or 11230826. OLE color: 11230826.

HSL color Cylindrical-coordinate representation of color #6A5EAB: hue angle of 249.35º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A5EAB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 94 171 -
CMYK 0.38 0.45 0 0.33
HSL 249.35º 0.31% 0.52% -
HSV(B) 249.35º 0.45% 0.67% -
XYZ 17.3 14.01 40.32 -
YUV 106.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 106 94 171 0.38 0.45 0 0.33 249.35 0.31 0.52
Hex 6A 5E AB 26 2D 0 21 F9 1F 34
Octal 152 136 253 46 55 0 41 371 37 64
Binary 1101010 1011110 10101011 100110 101101 0 100001 11111001 11111 110100

Color Harmonies of #6A5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5EAB

Black with #6A5EAB

Text Example


Text Example

White with #6A5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,171); }

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

background-color css

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

 a { background-color: rgb(106,94,171); }

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

border-color css

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

 span { border-color: rgb(106,94,171); }

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