#6356B8

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

Shades of Blue Marguerite #6356B8

Tints of Blue Marguerite #6356B8

Color information

#6356B8 (or 0x6356B8) is unknown color: approx Blue Marguerite. HEX triplet: 63, 56 and B8. RGB value is (99,86,184). Sum of RGB (Red+Green+Blue) = 99+86+184=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #6356B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356B8 is #9CA947. Grayscale: #646464. Windows color (decimal): -10266952 or 12080739. OLE color: 12080739.

HSL color Cylindrical-coordinate representation of color #6356B8: hue angle of 247.96º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6356B8 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9986184-
CMYK0.460.5300.28
HSL247.96º40.83%52.94%-
HSV(B)247.96º53.26%72.16%-
XYZ17.1312.7746.91-
YUV101.06174.81126.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=26.83%
G=23.31%
B=49.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal99861840.460.5300.28247.9640.8352.94
Hex6356B82E3501Cf82935
Octal14312627056650343705165
Binary110001110101101011100010111011010101110011111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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