#6348B5

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

Shades of Blue Marguerite #6348B5

Tints of Blue Marguerite #6348B5

Color information

#6348B5 (or 0x6348B5) is unknown color: approx Blue Marguerite. HEX triplet: 63, 48 and B5. RGB value is (99,72,181). Sum of RGB (Red+Green+Blue) = 99+72+181=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #6348B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348B5 is #9CB74A. Grayscale: #5C5C5C. Windows color (decimal): -10270539 or 11880547. OLE color: 11880547.

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

Color convert

RGB9972181-
CMYK0.450.6000.29
HSL254.86º43.08%49.61%-
HSV(B)254.86º60.22%70.98%-
XYZ15.810.6244.93-
YUV92.5177.95132.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 72 (28.52% from 255) = 20.45%
BLUE value IS 181 (71.09% from 255) = 51.42%
R=28.12%
G=20.45%
B=51.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99721810.450.6000.29254.8643.0849.61
Hex6348B52D3C01Dff2b32
Octal14311026555740353775362
Binary110001110010001011010110110111110001110111111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6348B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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