#635DB5

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

Shades of Blue Marguerite #635DB5

Tints of Blue Marguerite #635DB5

Color information

#635DB5 (or 0x635DB5) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5D and B5. RGB value is (99,93,181). Sum of RGB (Red+Green+Blue) = 99+93+181=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #635DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DB5 is #9CA24A. Grayscale: #686868. Windows color (decimal): -10265163 or 11885923. OLE color: 11885923.

HSL color Cylindrical-coordinate representation of color #635DB5: hue angle of 244.09º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #635DB5 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9993181-
CMYK0.450.4900.29
HSL244.09º37.29%53.73%-
HSV(B)244.09º48.62%70.98%-
XYZ17.413.8245.47-
YUV104.83170.99123.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 181 (71.09% from 255) = 48.53%
R=26.54%
G=24.93%
B=48.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99931810.450.4900.29244.0937.2953.73
Hex635DB52D3101Df42536
Octal14313526555610353644566
Binary110001110111011011010110110111000101110111110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,181); }

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

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

 a { background-color: rgb(99,93,181); }

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

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

 span { border-color: rgb(99,93,181); }

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