Html Css Color HEX #6757AD Blue Marguerite

📋 copy color: '#6757AD'

red 103 ◦ green 87 ◦ blue 173

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

Shades of Blue Marguerite #6757AD

Tints of Blue Marguerite #6757AD

RGB

 RED value IS 103 (40.63% from 255) = 28.37%

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

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

R = 28.37%
G = 23.97%
B = 47.66%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6757AD (or 0x6757AD) is known color: Blue Marguerite. HEX triplet: 67, 57 and AD. RGB value is (103,87,173). Sum of RGB (Red+Green+Blue) = 103+87+173=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #6757AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6757AD is #98A852. Grayscale: #656565. Windows color (decimal): -10004563 or 11360103. OLE color: 11360103.

HSL color Cylindrical-coordinate representation of color #6757AD: hue angle of 251.16º 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 #6757AD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 87 173 -
CMYK 0.40 0.50 0 0.32
HSL 251.16º 0.34% 0.51% -
HSV(B) 251.16º 0.5% 0.68% -
XYZ 16.54 12.72 41.12 -
YUV 101.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 103 87 173 0.40 0.50 0 0.32 251.16 0.34 0.51
Hex 67 57 AD 28 32 0 20 FB 22 33
Octal 147 127 255 50 62 0 40 373 42 63
Binary 1100111 1010111 10101101 101000 110010 0 100000 11111011 100010 110011

Color Harmonies of #6757AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6757AD

Black with #6757AD

Text Example


Text Example

White with #6757AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6757AD; }

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

 H1.HeaderClassName
 {
   color: #6757AD;
 }
 .AnyTagClassName
 {
   color: #6757AD;
 }
</style>

background-color css

<style>
 a { background-color: #6757AD; }

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

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

border-color css

<style>
 span { border-color: #6757AD; }

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

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