Html Css Color HEX #6955AD Blue Marguerite

📋 copy color: '#6955AD'

red 105 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6955AD

Tints of Blue Marguerite #6955AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 28.93%
G = 23.42%
B = 47.66%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6955AD (or 0x6955AD) is known color: Blue Marguerite. HEX triplet: 69, 55 and AD. RGB value is (105,85,173). Sum of RGB (Red+Green+Blue) = 105+85+173=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 85 (33.59% from 255 or 23.42% 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 #6955AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6955AD is #96AA52. Grayscale: #646464. Windows color (decimal): -9874003 or 11359593. OLE color: 11359593.

HSL color Cylindrical-coordinate representation of color #6955AD: hue angle of 253.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6955AD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 85 173 -
CMYK 0.39 0.51 0 0.32
HSL 253.64º 0.35% 0.51% -
HSV(B) 253.64º 0.51% 0.68% -
XYZ 16.62 12.52 41.08 -
YUV 101.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 105 85 173 0.39 0.51 0 0.32 253.64 0.35 0.51
Hex 69 55 AD 27 33 0 20 FE 23 33
Octal 151 125 255 47 63 0 40 376 43 63
Binary 1101001 1010101 10101101 100111 110011 0 100000 11111110 100011 110011

Color Harmonies of #6955AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955AD

Black with #6955AD

Text Example


Text Example

White with #6955AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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