Html Css Color HEX #6957AD Blue Marguerite

📋 copy color: '#6957AD'

red 105 ◦ green 87 ◦ blue 173

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

Shades of Blue Marguerite #6957AD

Tints of Blue Marguerite #6957AD

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

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

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

R = 28.77%
G = 23.84%
B = 47.4%

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

#6957AD (or 0x6957AD) is known color: Blue Marguerite. HEX triplet: 69, 57 and AD. RGB value is (105,87,173). Sum of RGB (Red+Green+Blue) = 105+87+173=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #6957AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6957AD is #96A852. Grayscale: #656565. Windows color (decimal): -9873491 or 11360105. OLE color: 11360105.

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

Color convert

RGB 105 87 173 -
CMYK 0.39 0.50 0 0.32
HSL 252.56º 0.34% 0.51% -
HSV(B) 252.56º 0.5% 0.68% -
XYZ 16.78 12.84 41.13 -
YUV 102.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 105 87 173 0.39 0.50 0 0.32 252.56 0.34 0.51
Hex 69 57 AD 27 32 0 20 FD 22 33
Octal 151 127 255 47 62 0 40 375 42 63
Binary 1101001 1010111 10101101 100111 110010 0 100000 11111101 100010 110011

Color Harmonies of #6957AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957AD

Black with #6957AD

Text Example


Text Example

White with #6957AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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