#635AAF

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

Shades of Blue Marguerite #635AAF

Tints of Blue Marguerite #635AAF

Color information

#635AAF (or 0x635AAF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5A and AF. RGB value is (99,90,175). Sum of RGB (Red+Green+Blue) = 99+90+175=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #635AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AAF is #9CA550. Grayscale: #666666. Windows color (decimal): -10265937 or 11491939. OLE color: 11491939.

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

Color convert

RGB9990175-
CMYK0.430.4900.31
HSL246.35º34.69%51.96%-
HSV(B)246.35º48.57%68.63%-
XYZ16.5413.0642.21-
YUV102.38168.98125.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=27.20%
G=24.73%
B=48.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99901750.430.4900.31246.3534.6951.96
Hex635AAF2B3101Ff62334
Octal14313225753610373664364
Binary110001110110101010111110101111000101111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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