Html Css Color HEX #6950AD Blue Marguerite

📋 copy color: '#6950AD'

red 105 ◦ green 80 ◦ blue 173

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

Shades of Blue Marguerite #6950AD

Tints of Blue Marguerite #6950AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 29.33%
G = 22.35%
B = 48.32%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6950AD (or 0x6950AD) is known color: Blue Marguerite. HEX triplet: 69, 50 and AD. RGB value is (105,80,173). Sum of RGB (Red+Green+Blue) = 105+80+173=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6950AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6950AD is #96AF52. Grayscale: #616161. Windows color (decimal): -9875283 or 11358313. OLE color: 11358313.

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

Color convert

RGB 105 80 173 -
CMYK 0.39 0.54 0 0.32
HSL 256.13º 0.37% 0.5% -
HSV(B) 256.13º 0.54% 0.68% -
XYZ 16.24 11.76 40.95 -
YUV 98.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 105 80 173 0.39 0.54 0 0.32 256.13 0.37 0.5
Hex 69 50 AD 27 36 0 20 100 25 32
Octal 151 120 255 47 66 0 40 400 45 62
Binary 1101001 1010000 10101101 100111 110110 0 100000 100000000 100101 110010

Color Harmonies of #6950AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950AD

Black with #6950AD

Text Example


Text Example

White with #6950AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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