Html Css Color HEX #6950AE Blue Marguerite

📋 copy color: '#6950AE'

red 105 ◦ green 80 ◦ blue 174

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

Shades of Blue Marguerite #6950AE

Tints of Blue Marguerite #6950AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 29.25%
G = 22.28%
B = 48.47%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6950AE (or 0x6950AE) is known color: Blue Marguerite. HEX triplet: 69, 50 and AE. RGB value is (105,80,174). Sum of RGB (Red+Green+Blue) = 105+80+174=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #6950AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6950AE is #96AF51. Grayscale: #616161. Windows color (decimal): -9875282 or 11423849. OLE color: 11423849.

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

Color convert

RGB 105 80 174 -
CMYK 0.40 0.54 0 0.32
HSL 255.96º 0.37% 0.5% -
HSV(B) 255.96º 0.54% 0.68% -
XYZ 16.33 11.8 41.46 -
YUV 98.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 105 80 174 0.40 0.54 0 0.32 255.96 0.37 0.5
Hex 69 50 AE 28 36 0 20 100 25 32
Octal 151 120 256 50 66 0 40 400 45 62
Binary 1101001 1010000 10101110 101000 110110 0 100000 100000000 100101 110010

Color Harmonies of #6950AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950AE

Black with #6950AE

Text Example


Text Example

White with #6950AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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