Html Css Color HEX #6851A3 Blue Marguerite

📋 copy color: '#6851A3'

red 104 ◦ green 81 ◦ blue 163

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

Shades of Blue Marguerite #6851A3

Tints of Blue Marguerite #6851A3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 29.89%
G = 23.28%
B = 46.84%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6851A3 (or 0x6851A3) is known color: Blue Marguerite. HEX triplet: 68, 51 and A3. RGB value is (104,81,163). Sum of RGB (Red+Green+Blue) = 104+81+163=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #6851A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6851A3 is #97AE5C. Grayscale: #606060. Windows color (decimal): -9940573 or 10703208. OLE color: 10703208.

HSL color Cylindrical-coordinate representation of color #6851A3: hue angle of 256.83º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6851A3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 81 163 -
CMYK 0.36 0.50 0 0.36
HSL 256.83º 0.34% 0.48% -
HSV(B) 256.83º 0.5% 0.64% -
XYZ 15.26 11.47 36.06 -
YUV 97.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 104 81 163 0.36 0.50 0 0.36 256.83 0.34 0.48
Hex 68 51 A3 24 32 0 24 101 22 30
Octal 150 121 243 44 62 0 44 401 42 60
Binary 1101000 1010001 10100011 100100 110010 0 100100 100000001 100010 110000

Color Harmonies of #6851A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6851A3

Black with #6851A3

Text Example


Text Example

White with #6851A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6851A3; }

 p { color: rgb(104,81,163); }

 H1.HeaderClassName
 {
   color: #6851A3;
 }
 .AnyTagClassName
 {
   color: #6851A3;
 }
</style>

background-color css

<style>
 a { background-color: #6851A3; }

 a { background-color: rgb(104,81,163); }

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

border-color css

<style>
 span { border-color: #6851A3; }

 span { border-color: rgb(104,81,163); }

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