Html Css Color HEX #6860AD Blue Marguerite

📋 copy color: '#6860AD'

red 104 ◦ green 96 ◦ blue 173

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

Shades of Blue Marguerite #6860AD

Tints of Blue Marguerite #6860AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

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

R = 27.88%
G = 25.74%
B = 46.38%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6860AD (or 0x6860AD) is known color: Blue Marguerite. HEX triplet: 68, 60 and AD. RGB value is (104,96,173). Sum of RGB (Red+Green+Blue) = 104+96+173=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #6860AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860AD is #979F52. Grayscale: #6A6A6A. Windows color (decimal): -9936723 or 11362408. OLE color: 11362408.

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

Color convert

RGB 104 96 173 -
CMYK 0.40 0.45 0 0.32
HSL 246.23º 0.32% 0.53% -
HSV(B) 246.23º 0.45% 0.68% -
XYZ 17.43 14.33 41.38 -
YUV 107.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 104 96 173 0.40 0.45 0 0.32 246.23 0.32 0.53
Hex 68 60 AD 28 2D 0 20 F6 20 35
Octal 150 140 255 50 55 0 40 366 40 65
Binary 1101000 1100000 10101101 101000 101101 0 100000 11110110 100000 110101

Color Harmonies of #6860AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860AD

Black with #6860AD

Text Example


Text Example

White with #6860AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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