#6851BC

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

Shades of Blue Marguerite #6851BC

Tints of Blue Marguerite #6851BC

Color information

#6851BC (or 0x6851BC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 51 and BC. RGB value is (104,81,188). Sum of RGB (Red+Green+Blue) = 104+81+188=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6851BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851BC is #97AE43. Grayscale: #636363. Windows color (decimal): -9940548 or 12341608. OLE color: 12341608.

HSL color Cylindrical-coordinate representation of color #6851BC: hue angle of 252.9º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6851BC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10481188-
CMYK0.450.5700.26
HSL252.9º44.4%52.75%-
HSV(B)252.9º56.91%73.73%-
XYZ17.7312.4649.05-
YUV100.08177.62130.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=27.88%
G=21.72%
B=50.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal104811880.450.5700.26252.944.452.75
Hex6851BC2D3901Afd2c35
Octal15012127455710323755465
Binary110100010100011011110010110111100101101011111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6851BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6851BC; }

 p { color: rgb(104,81,188); }

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

<style>
 a { background-color: #6851BC; }

 a { background-color: rgb(104,81,188); }

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

<style>
 span { border-color: #6851BC; }

 span { border-color: rgb(104,81,188); }

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