#6359B6

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

Shades of Blue Marguerite #6359B6

Tints of Blue Marguerite #6359B6

Color information

#6359B6 (or 0x6359B6) is unknown color: approx Blue Marguerite. HEX triplet: 63, 59 and B6. RGB value is (99,89,182). Sum of RGB (Red+Green+Blue) = 99+89+182=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #6359B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359B6 is #9CA649. Grayscale: #666666. Windows color (decimal): -10266186 or 11950435. OLE color: 11950435.

HSL color Cylindrical-coordinate representation of color #6359B6: hue angle of 246.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6359B6 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9989182-
CMYK0.460.5100.29
HSL246.45º38.91%53.14%-
HSV(B)246.45º51.1%71.37%-
XYZ17.1613.1745.89-
YUV102.59172.81125.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=26.76%
G=24.05%
B=49.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99891820.460.5100.29246.4538.9153.14
Hex6359B62E3301Df62735
Octal14313126656630353664765
Binary110001110110011011011010111011001101110111110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6359B6; }

 p { color: rgb(99,89,182); }

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

<style>
 a { background-color: #6359B6; }

 a { background-color: rgb(99,89,182); }

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

<style>
 span { border-color: #6359B6; }

 span { border-color: rgb(99,89,182); }

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