Html Css Color HEX #6864AD Blue Marguerite

📋 copy color: '#6864AD'

red 104 ◦ green 100 ◦ blue 173

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

Shades of Blue Marguerite #6864AD

Tints of Blue Marguerite #6864AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 27.59%
G = 26.53%
B = 45.89%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6864AD (or 0x6864AD) is known color: Blue Marguerite. HEX triplet: 68, 64 and AD. RGB value is (104,100,173). Sum of RGB (Red+Green+Blue) = 104+100+173=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6864AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6864AD is #979B52. Grayscale: #6D6D6D. Windows color (decimal): -9935699 or 11363432. OLE color: 11363432.

HSL color Cylindrical-coordinate representation of color #6864AD: hue angle of 243.29º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6864AD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 100 173 -
CMYK 0.40 0.42 0 0.32
HSL 243.29º 0.31% 0.54% -
HSV(B) 243.29º 0.42% 0.68% -
XYZ 17.81 15.07 41.51 -
YUV 109.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 104 100 173 0.40 0.42 0 0.32 243.29 0.31 0.54
Hex 68 64 AD 28 2A 0 20 F3 1F 36
Octal 150 144 255 50 52 0 40 363 37 66
Binary 1101000 1100100 10101101 101000 101010 0 100000 11110011 11111 110110

Color Harmonies of #6864AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6864AD

Black with #6864AD

Text Example


Text Example

White with #6864AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6864AD; }

 p { color: rgb(104,100,173); }

 H1.HeaderClassName
 {
   color: #6864AD;
 }
 .AnyTagClassName
 {
   color: #6864AD;
 }
</style>

background-color css

<style>
 a { background-color: #6864AD; }

 a { background-color: rgb(104,100,173); }

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

border-color css

<style>
 span { border-color: #6864AD; }

 span { border-color: rgb(104,100,173); }

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