#6355AF

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

Shades of Blue Marguerite #6355AF

Tints of Blue Marguerite #6355AF

Color information

#6355AF (or 0x6355AF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 55 and AF. RGB value is (99,85,175). Sum of RGB (Red+Green+Blue) = 99+85+175=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6355AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AF is #9CAA50. Grayscale: #636363. Windows color (decimal): -10267217 or 11490659. OLE color: 11490659.

HSL color Cylindrical-coordinate representation of color #6355AF: hue angle of 249.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6355AF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9985175-
CMYK0.430.5100.31
HSL249.33º36%50.98%-
HSV(B)249.33º51.43%68.63%-
XYZ16.1312.2442.07-
YUV99.45170.64127.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=27.58%
G=23.68%
B=48.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99851750.430.5100.31249.333650.98
Hex6355AF2B3301Ff92433
Octal14312525753630373714463
Binary110001110101011010111110101111001101111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6355AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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