Html Css Color HEX #6862AD Blue Marguerite

📋 copy color: '#6862AD'

red 104 ◦ green 98 ◦ blue 173

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

Shades of Blue Marguerite #6862AD

Tints of Blue Marguerite #6862AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 27.73%
G = 26.13%
B = 46.13%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6862AD (or 0x6862AD) is known color: Blue Marguerite. HEX triplet: 68, 62 and AD. RGB value is (104,98,173). Sum of RGB (Red+Green+Blue) = 104+98+173=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #6862AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6862AD is #979D52. Grayscale: #6C6C6C. Windows color (decimal): -9936211 or 11362920. OLE color: 11362920.

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

Color convert

RGB 104 98 173 -
CMYK 0.40 0.43 0 0.32
HSL 244.8º 0.31% 0.53% -
HSV(B) 244.8º 0.43% 0.68% -
XYZ 17.62 14.7 41.44 -
YUV 108.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 104 98 173 0.40 0.43 0 0.32 244.8 0.31 0.53
Hex 68 62 AD 28 2B 0 20 F5 1F 35
Octal 150 142 255 50 53 0 40 365 37 65
Binary 1101000 1100010 10101101 101000 101011 0 100000 11110101 11111 110101

Color Harmonies of #6862AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862AD

Black with #6862AD

Text Example


Text Example

White with #6862AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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