Html Css Color HEX #6D57A7 Blue Marguerite

📋 copy color: '#6D57A7'

red 109 ◦ green 87 ◦ blue 167

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

Shades of Blue Marguerite #6D57A7

Tints of Blue Marguerite #6D57A7

RGB

 RED value IS 109 (42.97% from 255) = 30.03%

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

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 30.03%
G = 23.97%
B = 46.01%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D57A7 (or 0x6D57A7) is known color: Blue Marguerite. HEX triplet: 6D, 57 and A7. RGB value is (109,87,167). Sum of RGB (Red+Green+Blue) = 109+87+167=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D57A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D57A7 is #92A858. Grayscale: #666666. Windows color (decimal): -9611353 or 10966893. OLE color: 10966893.

HSL color Cylindrical-coordinate representation of color #6D57A7: hue angle of 256.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D57A7 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 109 87 167 -
CMYK 0.35 0.48 0 0.35
HSL 256.5º 0.31% 0.5% -
HSV(B) 256.5º 0.48% 0.65% -
XYZ 16.69 12.86 38.16 -
YUV 102.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 109 87 167 0.35 0.48 0 0.35 256.5 0.31 0.5
Hex 6D 57 A7 23 30 0 23 100 1F 32
Octal 155 127 247 43 60 0 43 400 37 62
Binary 1101101 1010111 10100111 100011 110000 0 100011 100000000 11111 110010

Color Harmonies of #6D57A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D57A7

Black with #6D57A7

Text Example


Text Example

White with #6D57A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,167); }

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

background-color css

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

 a { background-color: rgb(109,87,167); }

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

border-color css

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

 span { border-color: rgb(109,87,167); }

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