#6563AF

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

Shades of Blue Marguerite #6563AF

Tints of Blue Marguerite #6563AF

Color information

#6563AF (or 0x6563AF) is unknown color: approx Blue Marguerite. HEX triplet: 65, 63 and AF. RGB value is (101,99,175). Sum of RGB (Red+Green+Blue) = 101+99+175=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6563AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6563AF is #9A9C50. Grayscale: #6B6B6B. Windows color (decimal): -10132561 or 11494245. OLE color: 11494245.

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

Color convert

RGB10199175-
CMYK0.420.4300.31
HSL241.58º32.2%53.73%-
HSV(B)241.58º43.43%68.63%-
XYZ17.5714.7942.49-
YUV108.26165.66122.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=26.93%
G=26.4%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101991750.420.4300.31241.5832.253.73
Hex6563AF2A2B01Ff22036
Octal14514325752530373624066
Binary110010111000111010111110101010101101111111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6563AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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