#635CB2

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

Shades of Blue Marguerite #635CB2

Tints of Blue Marguerite #635CB2

Color information

#635CB2 (or 0x635CB2) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5C and B2. RGB value is (99,92,178). Sum of RGB (Red+Green+Blue) = 99+92+178=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #635CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635CB2 is #9CA34D. Grayscale: #676767. Windows color (decimal): -10265422 or 11689059. OLE color: 11689059.

HSL color Cylindrical-coordinate representation of color #635CB2: hue angle of 244.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635CB2 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9992178-
CMYK0.440.4800.30
HSL244.88º35.83%52.94%-
HSV(B)244.88º48.31%69.8%-
XYZ17.0113.5243.83-
YUV103.9169.82124.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 178 (69.92% from 255) = 48.24%
R=26.83%
G=24.93%
B=48.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99921780.440.4800.30244.8835.8352.94
Hex635CB22C3001Ef52435
Octal14313426254600363654465
Binary110001110111001011001010110011000001111011110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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