#635BB0

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

Shades of Blue Marguerite #635BB0

Tints of Blue Marguerite #635BB0

Color information

#635BB0 (or 0x635BB0) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5B and B0. RGB value is (99,91,176). Sum of RGB (Red+Green+Blue) = 99+91+176=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #635BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BB0 is #9CA44F. Grayscale: #666666. Windows color (decimal): -10265680 or 11557731. OLE color: 11557731.

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

Color convert

RGB9991176-
CMYK0.440.4800.31
HSL245.65º34.98%52.35%-
HSV(B)245.65º48.3%69.02%-
XYZ16.7213.2742.75-
YUV103.08169.15125.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=27.05%
G=24.86%
B=48.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99911760.440.4800.31245.6534.9852.35
Hex635BB02C3001Ff62334
Octal14313326054600373664364
Binary110001110110111011000010110011000001111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,91,176); }

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

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

 a { background-color: rgb(99,91,176); }

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

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

 span { border-color: rgb(99,91,176); }

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