#6862AB

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

Shades of Blue Marguerite #6862AB

Tints of Blue Marguerite #6862AB

Color information

#6862AB (or 0x6862AB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 62 and AB. RGB value is (104,98,171). Sum of RGB (Red+Green+Blue) = 104+98+171=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6862AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6862AB is #979D54. Grayscale: #6B6B6B. Windows color (decimal): -9936213 or 11231848. OLE color: 11231848.

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

Color convert

RGB10498171-
CMYK0.390.4300.33
HSL244.93º30.29%52.75%-
HSV(B)244.93º42.69%67.06%-
XYZ17.4314.6240.43-
YUV108.12163.49125.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=27.88%
G=26.27%
B=45.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104981710.390.4300.33244.9330.2952.75
Hex6862AB272B021f51e35
Octal15014225347530413653665
Binary110100011000101010101110011110101101000011111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6862AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6862AB;
 }
 .AnyTagClassName
 {
   color: #6862AB;
 }
</style>
background-color css

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

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

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

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

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

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