#6353AF

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

Shades of Blue Marguerite #6353AF

Tints of Blue Marguerite #6353AF

Color information

#6353AF (or 0x6353AF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 53 and AF. RGB value is (99,83,175). Sum of RGB (Red+Green+Blue) = 99+83+175=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6353AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6353AF is #9CAC50. Grayscale: #616161. Windows color (decimal): -10267729 or 11490147. OLE color: 11490147.

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

Color convert

RGB9983175-
CMYK0.430.5300.31
HSL250.43º36.51%50.59%-
HSV(B)250.43º52.57%68.63%-
XYZ15.9811.9342.02-
YUV98.27171.3128.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=27.73%
G=23.25%
B=49.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99831750.430.5300.31250.4336.5150.59
Hex6353AF2B3501Ffa2533
Octal14312325753650373724563
Binary110001110100111010111110101111010101111111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6353AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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