#6851B8

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

Shades of Blue Marguerite #6851B8

Tints of Blue Marguerite #6851B8

Color information

#6851B8 (or 0x6851B8) is unknown color: approx Blue Marguerite. HEX triplet: 68, 51 and B8. RGB value is (104,81,184). Sum of RGB (Red+Green+Blue) = 104+81+184=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #6851B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851B8 is #97AE47. Grayscale: #636363. Windows color (decimal): -9940552 or 12079464. OLE color: 12079464.

HSL color Cylindrical-coordinate representation of color #6851B8: hue angle of 253.4º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6851B8 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10481184-
CMYK0.430.5600.28
HSL253.4º42.04%51.96%-
HSV(B)253.4º55.98%72.16%-
XYZ17.312.2946.81-
YUV99.62175.62131.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=28.18%
G=21.95%
B=49.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104811840.430.5600.28253.442.0451.96
Hex6851B82B3801Cfd2a34
Octal15012127053700343755264
Binary110100010100011011100010101111100001110011111101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6851B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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