#635DBE

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

Shades of Blue Marguerite #635DBE

Tints of Blue Marguerite #635DBE

Color information

#635DBE (or 0x635DBE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5D and BE. RGB value is (99,93,190). Sum of RGB (Red+Green+Blue) = 99+93+190=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #635DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DBE is #9CA241. Grayscale: #696969. Windows color (decimal): -10265154 or 12475747. OLE color: 12475747.

HSL color Cylindrical-coordinate representation of color #635DBE: hue angle of 243.71º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635DBE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9993190-
CMYK0.480.5100.25
HSL243.71º42.73%55.49%-
HSV(B)243.71º51.05%74.51%-
XYZ18.3514.250.49-
YUV105.85175.49123.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=25.92%
G=24.35%
B=49.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99931900.480.5100.25243.7142.7355.49
Hex635DBE3033019f42b37
Octal14313527660630313645367
Binary110001110111011011111011000011001101100111110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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