Html Css Color HEX #6861AC Blue Marguerite

📋 copy color: '#6861AC'

red 104 ◦ green 97 ◦ blue 172

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

Shades of Blue Marguerite #6861AC

Tints of Blue Marguerite #6861AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 27.88%
G = 26.01%
B = 46.11%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6861AC (or 0x6861AC) is known color: Blue Marguerite. HEX triplet: 68, 61 and AC. RGB value is (104,97,172). Sum of RGB (Red+Green+Blue) = 104+97+172=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6861AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6861AC is #979E53. Grayscale: #6B6B6B. Windows color (decimal): -9936468 or 11297128. OLE color: 11297128.

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

Color convert

RGB 104 97 172 -
CMYK 0.40 0.44 0 0.33
HSL 245.6º 0.31% 0.53% -
HSV(B) 245.6º 0.44% 0.67% -
XYZ 17.43 14.47 40.9 -
YUV 107.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 104 97 172 0.40 0.44 0 0.33 245.6 0.31 0.53
Hex 68 61 AC 28 2C 0 21 F6 1F 35
Octal 150 141 254 50 54 0 41 366 37 65
Binary 1101000 1100001 10101100 101000 101100 0 100001 11110110 11111 110101

Color Harmonies of #6861AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861AC

Black with #6861AC

Text Example


Text Example

White with #6861AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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