#6359BE

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

Shades of Blue Marguerite #6359BE

Tints of Blue Marguerite #6359BE

Color information

#6359BE (or 0x6359BE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 59 and BE. RGB value is (99,89,190). Sum of RGB (Red+Green+Blue) = 99+89+190=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6359BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359BE is #9CA641. Grayscale: #676767. Windows color (decimal): -10266178 or 12474723. OLE color: 12474723.

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

Color convert

RGB9989190-
CMYK0.480.5300.25
HSL245.94º43.72%54.71%-
HSV(B)245.94º53.16%74.51%-
XYZ18.0113.5250.37-
YUV103.5176.81124.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=26.19%
G=23.54%
B=50.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99891900.480.5300.25245.9443.7254.71
Hex6359BE3035019f62c37
Octal14313127660650313665467
Binary110001110110011011111011000011010101100111110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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