Html Css Color HEX #6956AD Blue Marguerite

📋 copy color: '#6956AD'

red 105 ◦ green 86 ◦ blue 173

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

Shades of Blue Marguerite #6956AD

Tints of Blue Marguerite #6956AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 28.85%
G = 23.63%
B = 47.53%

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

#6956AD (or 0x6956AD) is known color: Blue Marguerite. HEX triplet: 69, 56 and AD. RGB value is (105,86,173). Sum of RGB (Red+Green+Blue) = 105+86+173=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #6956AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6956AD is #96A952. Grayscale: #656565. Windows color (decimal): -9873747 or 11359849. OLE color: 11359849.

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

Color convert

RGB 105 86 173 -
CMYK 0.39 0.50 0 0.32
HSL 253.1º 0.35% 0.51% -
HSV(B) 253.1º 0.5% 0.68% -
XYZ 16.7 12.68 41.1 -
YUV 101.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 105 86 173 0.39 0.50 0 0.32 253.1 0.35 0.51
Hex 69 56 AD 27 32 0 20 FD 23 33
Octal 151 126 255 47 62 0 40 375 43 63
Binary 1101001 1010110 10101101 100111 110010 0 100000 11111101 100011 110011

Color Harmonies of #6956AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956AD

Black with #6956AD

Text Example


Text Example

White with #6956AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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