#6848bb

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

Shades of Blue Marguerite #6848BB

Tints of Blue Marguerite #6848BB

Color information

#6848BB (or 0x6848BB) is unknown color: approx Blue Marguerite. HEX triplet: 68, 48 and BB. RGB value is (104,72,187). Sum of RGB (Red+Green+Blue) = 104+72+187=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #6848BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6848BB is #97B744. Grayscale: #5E5E5E. Windows color (decimal): -9942853 or 12273768. OLE color: 12273768.

HSL color Cylindrical-coordinate representation of color #6848BB: hue angle of 256.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6848BB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10472187-
CMYK0.440.6100.27
HSL256.7º45.82%50.78%-
HSV(B)256.7º61.5%73.33%-
XYZ1711.1748.27-
YUV94.68180.1134.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=28.65%
G=19.83%
B=51.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104721870.440.6100.27256.745.8250.78
Hex6848BB2C3D01B1012e33
Octal15011027354750334015663
Binary1101000100100010111011101100111101011011100000001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6848bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6848bb; }

 p { color: rgb(104,72,187); }

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

<style>
 a { background-color: #6848bb; }

 a { background-color: rgb(104,72,187); }

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

<style>
 span { border-color: #6848bb; }

 span { border-color: rgb(104,72,187); }

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