#6862AD

Color #6862AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6862AD

Tints of Blue Marguerite #6862AD

Color information

#6862AD (or 0x6862AD) is unknown color: approx 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

RGB10498173-
CMYK0.400.4300.32
HSL244.8º31.38%53.14%-
HSV(B)244.8º43.35%67.84%-
XYZ17.6214.741.44-
YUV108.34164.49124.9-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104981730.400.4300.32244.831.3853.14
Hex6862AD282B020f51f35
Octal15014225550530403653765
Binary110100011000101010110110100010101101000001111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6862AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>