#6748B4

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

Shades of Blue Marguerite #6748B4

Tints of Blue Marguerite #6748B4

Color information

#6748B4 (or 0x6748B4) is unknown color: approx Blue Marguerite. HEX triplet: 67, 48 and B4. RGB value is (103,72,180). Sum of RGB (Red+Green+Blue) = 103+72+180=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #6748B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748B4 is #98B74B. Grayscale: #5D5D5D. Windows color (decimal): -10008396 or 11815015. OLE color: 11815015.

HSL color Cylindrical-coordinate representation of color #6748B4: hue angle of 257.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6748B4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10372180-
CMYK0.430.6000.29
HSL257.22º42.86%49.41%-
HSV(B)257.22º60%70.59%-
XYZ16.1510.8144.42-
YUV93.58176.77134.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=29.01%
G=20.28%
B=50.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103721800.430.6000.29257.2242.8649.41
Hex6748B42B3C01D1012b31
Octal14711026453740354015361
Binary1100111100100010110100101011111100011101100000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6748B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6748B4; }

 p { color: rgb(103,72,180); }

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

<style>
 a { background-color: #6748B4; }

 a { background-color: rgb(103,72,180); }

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

<style>
 span { border-color: #6748B4; }

 span { border-color: rgb(103,72,180); }

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