#6348BA

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

Shades of Blue Marguerite #6348BA

Tints of Blue Marguerite #6348BA

Color information

#6348BA (or 0x6348BA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 48 and BA. RGB value is (99,72,186). Sum of RGB (Red+Green+Blue) = 99+72+186=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #6348BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348BA is #9CB745. Grayscale: #5C5C5C. Windows color (decimal): -10270534 or 12208227. OLE color: 12208227.

HSL color Cylindrical-coordinate representation of color #6348BA: hue angle of 254.21º degrees, saturation: 0.45, 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 #6348BA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9972186-
CMYK0.470.6100.27
HSL254.21º45.24%50.59%-
HSV(B)254.21º61.29%72.94%-
XYZ16.3310.8347.68-
YUV93.07180.45132.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=27.73%
G=20.17%
B=52.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99721860.470.6100.27254.2145.2450.59
Hex6348BA2F3D01Bfe2d33
Octal14311027257750333765563
Binary110001110010001011101010111111110101101111111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6348BA; }

 p { color: rgb(99,72,186); }

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

<style>
 a { background-color: #6348BA; }

 a { background-color: rgb(99,72,186); }

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

<style>
 span { border-color: #6348BA; }

 span { border-color: rgb(99,72,186); }

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