#6355B6

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

Shades of Blue Marguerite #6355B6

Tints of Blue Marguerite #6355B6

Color information

#6355B6 (or 0x6355B6) is unknown color: approx Blue Marguerite. HEX triplet: 63, 55 and B6. RGB value is (99,85,182). Sum of RGB (Red+Green+Blue) = 99+85+182=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #6355B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355B6 is #9CAA49. Grayscale: #636363. Windows color (decimal): -10267210 or 11949411. OLE color: 11949411.

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

Color convert

RGB9985182-
CMYK0.460.5300.29
HSL248.66º39.92%52.35%-
HSV(B)248.66º53.3%71.37%-
XYZ16.8412.5345.79-
YUV100.24174.14127.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=27.05%
G=23.22%
B=49.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99851820.460.5300.29248.6639.9252.35
Hex6355B62E3501Df92834
Octal14312526656650353715064
Binary110001110101011011011010111011010101110111111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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