#6356BE

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

Shades of Blue Marguerite #6356BE

Tints of Blue Marguerite #6356BE

Color information

#6356BE (or 0x6356BE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 56 and BE. RGB value is (99,86,190). Sum of RGB (Red+Green+Blue) = 99+86+190=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6356BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356BE is #9CA941. Grayscale: #656565. Windows color (decimal): -10266946 or 12473955. OLE color: 12473955.

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

Color convert

RGB9986190-
CMYK0.480.5500.25
HSL247.5º44.44%54.12%-
HSV(B)247.5º54.74%74.51%-
XYZ17.7713.0350.29-
YUV101.74177.81126.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=26.4%
G=22.93%
B=50.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99861900.480.5500.25247.544.4454.12
Hex6356BE3037019f82c36
Octal14312627660670313705466
Binary110001110101101011111011000011011101100111111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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