#635CBA

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

Shades of Blue Marguerite #635CBA

Tints of Blue Marguerite #635CBA

Color information

#635CBA (or 0x635CBA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5C and BA. RGB value is (99,92,186). Sum of RGB (Red+Green+Blue) = 99+92+186=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #635CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CBA is #9CA345. Grayscale: #686868. Windows color (decimal): -10265414 or 12213347. OLE color: 12213347.

HSL color Cylindrical-coordinate representation of color #635CBA: hue angle of 244.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635CBA is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9992186-
CMYK0.470.5100.27
HSL244.47º40.52%54.51%-
HSV(B)244.47º50.54%72.94%-
XYZ17.8413.8548.19-
YUV104.81173.82123.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.26%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=26.26%
G=24.40%
B=49.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99921860.470.5100.27244.4740.5254.51
Hex635CBA2F3301Bf42937
Octal14313427257630333645167
Binary110001110111001011101010111111001101101111110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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