Html Css Color HEX #6863AB Blue Marguerite

📋 copy color: '#6863AB'

red 104 ◦ green 99 ◦ blue 171

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

Shades of Blue Marguerite #6863AB

Tints of Blue Marguerite #6863AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

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

R = 27.81%
G = 26.47%
B = 45.72%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6863AB (or 0x6863AB) is known color: Blue Marguerite. HEX triplet: 68, 63 and AB. RGB value is (104,99,171). Sum of RGB (Red+Green+Blue) = 104+99+171=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6863AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6863AB is #979C54. Grayscale: #6C6C6C. Windows color (decimal): -9935957 or 11232104. OLE color: 11232104.

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

Color convert

RGB 104 99 171 -
CMYK 0.39 0.42 0 0.33
HSL 244.17º 0.3% 0.53% -
HSV(B) 244.17º 0.42% 0.67% -
XYZ 17.52 14.81 40.46 -
YUV 108.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 104 99 171 0.39 0.42 0 0.33 244.17 0.3 0.53
Hex 68 63 AB 27 2A 0 21 F4 1E 35
Octal 150 143 253 47 52 0 41 364 36 65
Binary 1101000 1100011 10101011 100111 101010 0 100001 11110100 11110 110101

Color Harmonies of #6863AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6863AB

Black with #6863AB

Text Example


Text Example

White with #6863AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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