#6853BF

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

Shades of Blue Marguerite #6853BF

Tints of Blue Marguerite #6853BF

Color information

#6853BF (or 0x6853BF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 53 and BF. RGB value is (104,83,191). Sum of RGB (Red+Green+Blue) = 104+83+191=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6853BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853BF is #97AC40. Grayscale: #656565. Windows color (decimal): -9940033 or 12538728. OLE color: 12538728.

HSL color Cylindrical-coordinate representation of color #6853BF: hue angle of 251.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6853BF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10483191-
CMYK0.460.5700.25
HSL251.67º45.76%53.73%-
HSV(B)251.67º56.54%74.9%-
XYZ18.2112.8950.82-
YUV101.59178.46129.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 191 (75% from 255) = 50.53%
R=27.51%
G=21.96%
B=50.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104831910.460.5700.25251.6745.7653.73
Hex6853BF2E39019fc2e36
Octal15012327756710313745666
Binary110100010100111011111110111011100101100111111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6853BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6853BF; }

 p { color: rgb(104,83,191); }

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

<style>
 a { background-color: #6853BF; }

 a { background-color: rgb(104,83,191); }

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

<style>
 span { border-color: #6853BF; }

 span { border-color: rgb(104,83,191); }

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