#6359BD

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

Shades of Blue Marguerite #6359BD

Tints of Blue Marguerite #6359BD

Color information

#6359BD (or 0x6359BD) is unknown color: approx Blue Marguerite. HEX triplet: 63, 59 and BD. RGB value is (99,89,189). Sum of RGB (Red+Green+Blue) = 99+89+189=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #6359BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359BD is #9CA642. Grayscale: #676767. Windows color (decimal): -10266179 or 12409187. OLE color: 12409187.

HSL color Cylindrical-coordinate representation of color #6359BD: hue angle of 246º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6359BD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9989189-
CMYK0.480.5300.26
HSL246º43.1%54.51%-
HSV(B)246º52.91%74.12%-
XYZ17.913.4749.8-
YUV103.39176.31124.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=26.26%
G=23.61%
B=50.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99891890.480.5300.2624643.154.51
Hex6359BD303501Af62b37
Octal14313127560650323665367
Binary110001110110011011110111000011010101101011110110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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