Html Css Color HEX #6952AD Blue Marguerite

📋 copy color: '#6952AD'

red 105 ◦ green 82 ◦ blue 173

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

Shades of Blue Marguerite #6952AD

Tints of Blue Marguerite #6952AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

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

R = 29.17%
G = 22.78%
B = 48.06%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6952AD (or 0x6952AD) is known color: Blue Marguerite. HEX triplet: 69, 52 and AD. RGB value is (105,82,173). Sum of RGB (Red+Green+Blue) = 105+82+173=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6952AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6952AD is #96AD52. Grayscale: #626262. Windows color (decimal): -9874771 or 11358825. OLE color: 11358825.

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

Color convert

RGB 105 82 173 -
CMYK 0.39 0.53 0 0.32
HSL 255.16º 0.36% 0.5% -
HSV(B) 255.16º 0.53% 0.68% -
XYZ 16.39 12.05 41 -
YUV 99.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 105 82 173 0.39 0.53 0 0.32 255.16 0.36 0.5
Hex 69 52 AD 27 35 0 20 FF 24 32
Octal 151 122 255 47 65 0 40 377 44 62
Binary 1101001 1010010 10101101 100111 110101 0 100000 11111111 100100 110010

Color Harmonies of #6952AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952AD

Black with #6952AD

Text Example


Text Example

White with #6952AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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