#635ABD

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

Shades of Blue Marguerite #635ABD

Tints of Blue Marguerite #635ABD

Color information

#635ABD (or 0x635ABD) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5A and BD. RGB value is (99,90,189). Sum of RGB (Red+Green+Blue) = 99+90+189=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #635ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ABD is #9CA542. Grayscale: #676767. Windows color (decimal): -10265923 or 12409443. OLE color: 12409443.

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

Color convert

RGB9990189-
CMYK0.480.5200.26
HSL245.45º42.86%54.71%-
HSV(B)245.45º52.38%74.12%-
XYZ17.9913.6449.83-
YUV103.98175.98124.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 189 (74.22% from 255) = 50%
R=26.19%
G=23.81%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99901890.480.5200.26245.4542.8654.71
Hex635ABD303401Af52b37
Octal14313227560640323655367
Binary110001110110101011110111000011010001101011110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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