#635EAF

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

Shades of Blue Marguerite #635EAF

Tints of Blue Marguerite #635EAF

Color information

#635EAF (or 0x635EAF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5E and AF. RGB value is (99,94,175). Sum of RGB (Red+Green+Blue) = 99+94+175=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #635EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635EAF is #9CA150. Grayscale: #686868. Windows color (decimal): -10264913 or 11492963. OLE color: 11492963.

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

Color convert

RGB9994175-
CMYK0.430.4600.31
HSL243.7º33.61%52.75%-
HSV(B)243.7º46.29%68.63%-
XYZ16.8913.7542.32-
YUV104.73167.66123.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=26.90%
G=25.54%
B=47.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99941750.430.4600.31243.733.6152.75
Hex635EAF2B2E01Ff42235
Octal14313625753560373644265
Binary110001110111101010111110101110111001111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635EAF; }

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

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

<style>
 a { background-color: #635EAF; }

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

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

<style>
 span { border-color: #635EAF; }

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

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