#635CAE

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

Shades of Blue Marguerite #635CAE

Tints of Blue Marguerite #635CAE

Color information

#635CAE (or 0x635CAE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5C and AE. RGB value is (99,92,174). Sum of RGB (Red+Green+Blue) = 99+92+174=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #635CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635CAE is #9CA351. Grayscale: #676767. Windows color (decimal): -10265426 or 11426915. OLE color: 11426915.

HSL color Cylindrical-coordinate representation of color #635CAE: hue angle of 245.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635CAE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9992174-
CMYK0.430.4700.32
HSL245.12º33.61%52.16%-
HSV(B)245.12º47.13%68.24%-
XYZ16.6113.3641.75-
YUV103.44167.82124.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=27.12%
G=25.21%
B=47.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99921740.430.4700.32245.1233.6152.16
Hex635CAE2B2F020f52234
Octal14313425653570403654264
Binary1100011101110010101110101011101111010000011110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,174); }

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

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

 a { background-color: rgb(99,92,174); }

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

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

 span { border-color: rgb(99,92,174); }

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