Html Css Color HEX #6852AD Blue Marguerite

📋 copy color: '#6852AD'

red 104 ◦ green 82 ◦ blue 173

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

Shades of Blue Marguerite #6852AD

Tints of Blue Marguerite #6852AD

RGB

 RED value IS 104 (41.02% from 255) = 28.97%

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

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

R = 28.97%
G = 22.84%
B = 48.19%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6852AD (or 0x6852AD) is known color: Blue Marguerite. HEX triplet: 68, 52 and AD. RGB value is (104,82,173). Sum of RGB (Red+Green+Blue) = 104+82+173=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6852AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6852AD is #97AD52. Grayscale: #626262. Windows color (decimal): -9940307 or 11358824. OLE color: 11358824.

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

Color convert

RGB 104 82 173 -
CMYK 0.40 0.53 0 0.32
HSL 254.51º 0.36% 0.5% -
HSV(B) 254.51º 0.53% 0.68% -
XYZ 16.27 11.99 40.99 -
YUV 98.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 104 82 173 0.40 0.53 0 0.32 254.51 0.36 0.5
Hex 68 52 AD 28 35 0 20 FF 24 32
Octal 150 122 255 50 65 0 40 377 44 62
Binary 1101000 1010010 10101101 101000 110101 0 100000 11111111 100100 110010

Color Harmonies of #6852AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852AD

Black with #6852AD

Text Example


Text Example

White with #6852AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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