Html Css Color HEX #6855AC Blue Marguerite

📋 copy color: '#6855AC'

red 104 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #6855AC

Tints of Blue Marguerite #6855AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 28.81%
G = 23.55%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6855AC (or 0x6855AC) is known color: Blue Marguerite. HEX triplet: 68, 55 and AC. RGB value is (104,85,172). Sum of RGB (Red+Green+Blue) = 104+85+172=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #6855AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6855AC is #97AA53. Grayscale: #646464. Windows color (decimal): -9939540 or 11294056. OLE color: 11294056.

HSL color Cylindrical-coordinate representation of color #6855AC: hue angle of 253.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6855AC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 85 172 -
CMYK 0.40 0.51 0 0.33
HSL 253.1º 0.34% 0.5% -
HSV(B) 253.1º 0.51% 0.67% -
XYZ 16.4 12.42 40.56 -
YUV 100.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 104 85 172 0.40 0.51 0 0.33 253.1 0.34 0.5
Hex 68 55 AC 28 33 0 21 FD 22 32
Octal 150 125 254 50 63 0 41 375 42 62
Binary 1101000 1010101 10101100 101000 110011 0 100001 11111101 100010 110010

Color Harmonies of #6855AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855AC

Black with #6855AC

Text Example


Text Example

White with #6855AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6855AC; }

 p { color: rgb(104,85,172); }

 H1.HeaderClassName
 {
   color: #6855AC;
 }
 .AnyTagClassName
 {
   color: #6855AC;
 }
</style>

background-color css

<style>
 a { background-color: #6855AC; }

 a { background-color: rgb(104,85,172); }

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

border-color css

<style>
 span { border-color: #6855AC; }

 span { border-color: rgb(104,85,172); }

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