Html Css Color HEX #6852AB Blue Marguerite

📋 copy color: '#6852AB'

red 104 ◦ green 82 ◦ blue 171

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

Shades of Blue Marguerite #6852AB

Tints of Blue Marguerite #6852AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 29.13%
G = 22.97%
B = 47.9%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6852AB (or 0x6852AB) is known color: Blue Marguerite. HEX triplet: 68, 52 and AB. RGB value is (104,82,171). Sum of RGB (Red+Green+Blue) = 104+82+171=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6852AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6852AB is #97AD54. Grayscale: #626262. Windows color (decimal): -9940309 or 11227752. OLE color: 11227752.

HSL color Cylindrical-coordinate representation of color #6852AB: hue angle of 254.83º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6852AB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 82 171 -
CMYK 0.39 0.52 0 0.33
HSL 254.83º 0.35% 0.5% -
HSV(B) 254.83º 0.52% 0.67% -
XYZ 16.08 11.92 39.98 -
YUV 98.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 104 82 171 0.39 0.52 0 0.33 254.83 0.35 0.5
Hex 68 52 AB 27 34 0 21 FF 23 32
Octal 150 122 253 47 64 0 41 377 43 62
Binary 1101000 1010010 10101011 100111 110100 0 100001 11111111 100011 110010

Color Harmonies of #6852AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852AB

Black with #6852AB

Text Example


Text Example

White with #6852AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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